Skip to content

Latest commit

 

History

History
101 lines (85 loc) · 9.64 KB

CHANGELOG.md

File metadata and controls

101 lines (85 loc) · 9.64 KB

Changelog

1.0.0 (2024-10-15)

Features

  • add date to log strings (d159cea)
  • add drop schema command (d049f0c)
  • add indexes for parcel searches (54ca10b)
  • add logger, verbosity cli option, dry-run and skip if exists (dd70845)
  • add timing logs (2cf8ca5)
  • add trim and import --missing (f4aa215)
  • colors and skip schema (ecf500a)
  • create db with terraform (a211cf1)
  • create indexes (f967e49)
  • create read only user and set geometry types specifically (efeea7c)
  • import geometries correctly the first time (0961c8b)
  • run make valid on imported data (acbb053)
  • smart pluralization of log messages (1aa4b83)
  • stop ignoring global id's in open sgid (0259166)
  • try set srid on import (10ffa84)
  • try to use meta table to set geometry type (6074fe3)
  • update specific tables (a24f630)
  • use change detection to figure out what tables to update (1824b0e)
  • use internal table names (2fee526)

Bug Fixes

  • --skip-if-exists testing wrong table name (50e6cd5)
  • add else (50f093d)
  • color wrapping (4995744)
  • correct db table name (ac98ee4)
  • crash when connection closes (550e955)
  • create methods to alter schemas based on original types (21f6017), closes #19
  • destructuring (c68dbfe)
  • downgrade pgadmin4 because of boot issue (905f9fd)
  • exclude excluded agol item id items (e1a8af2)
  • execute sql params (a6148ba)
  • grant usage (65207d1)
  • handle non spatial tables (468342d)
  • id name clash (df9dc94)
  • make password sensitive (ef2f51c)
  • method name (0a0a351)
  • quote tables to handle special characters (dd9bcd4)
  • remove breakpoint (7f4ec83)
  • remove debug cruft (374a882)
  • removing too many utah's (bae9f42)
  • reverse lookup origin tables for missing (fe81de6)
  • skip altering tables with no affected columns (f552c00)
  • skip unfixable layers (9b9ad70)
  • syntax (bb01f7d)
  • trim: dismiss views from postgis public schema (aa1bb6d)
  • try to escape reserved words (5b8dd52)
  • try to set default priviliges for all newly created tables (3a35a20)
  • try to set srid on import (1eb40b8)
  • unpacking error (73d5980)
  • update cli to work around docopt bug (dd76afd)
  • use full so sql server driver is registered (4130766)
  • variable hoisting and incorrect table name (45f9b39)

Dependencies

  • dev: update gunicorn requirement in the major-dependencies group (f002cc0)
  • feb updates (305dc58)
  • FY25 Q2 dependency updates 🌲 (55a0f87)
  • q4 package updates (39c51fe)
  • update gdal image (121e50a)
  • update gdal version (94400ad)

Documentation

Styles