- Add configurable version support and appropriately set dump version based upon Postgres version - When sorting while saving, prefer GROUP, ROLE, and USER before all other objects
3.0.0
- Add support for Postgres 12 / pg_dump archive 1.14.0 format
2.1.0
- Add TABLESPACE to supported objects when adding an entry
2.0.1
- Minor typing and docstring updates
2.0.0
- Add mapping of `desc`/object type to dump section in `pgdumplib.constants` - Change `pgdumplib.dump.Entry` to use the section mapping instead of as an assignable attribute - `pgdumplib.dump.Dump.add_entry` function signature change, dropping `section` and moving `desc` to the first arg - `pgdumplib.dump.Dump.add_entry` validates a provided `dump_id` is above `0` and is not already used - Change `pgdumplib.dump.Dump.save` behavior to provide a bit of forced ordering and toplogical sorting - No longer does two-pass writing on save if the dump has no data
1.0.1
- Cleanup type annotations - Distribute as a sdist instead of bdist