|
| 1 | +######### |
| 2 | +Changelog |
| 3 | +######### |
| 4 | + |
| 5 | +Version 1.2.1 |
| 6 | +============= |
| 7 | + |
| 8 | +* Code optionizations. |
| 9 | +* New: Documentation is now also provided as Dash_ / Zeal_ docset, downloadable from releases_ at github. |
| 10 | +* Tests now properly work on Firebird 4.0 |
| 11 | + |
| 12 | +.. module:: firebird.lib.schema |
| 13 | + :noindex: |
| 14 | + |
| 15 | +* schema: Fixed problems with system PSQL functions and system packages. |
| 16 | + |
| 17 | +Version 1.2.0 |
| 18 | +============= |
| 19 | + |
| 20 | +.. module:: firebird.lib.schema |
| 21 | + :noindex: |
| 22 | + |
| 23 | +* schema: `Sequence` ALTER SQL uses RESTART instead START keyword. |
| 24 | +* schema: Fix index type in `Constraint` and `Table` CREATE SQL. |
| 25 | +* schema: Added `insert` SQL for `.Table`. |
| 26 | + |
| 27 | +.. module:: firebird.lib.trace |
| 28 | + :noindex: |
| 29 | + |
| 30 | +* trace: Add `TransactionInfo.initial_id`. |
| 31 | +* trace: Add `EventCommitRetaining.new_transaction_id` and `EventRollbackRetaining.new_transaction_id`. |
| 32 | +* trace: `EventFreeStatement.transaction_id` and `EventCloseCursor.transaction_id` were removed. |
| 33 | +* trace: Added events `.EventFunctionStart` and `.EventFunctionFinish`. |
| 34 | +* trace: `EventServiceQuery.parameters` was replaced by `EventServiceQuery.sent` and |
| 35 | + `EventServiceQuery.received`. |
| 36 | +* trace: Added `EventSweepFinish.access`. |
| 37 | +* trace: Fixed several unregistered bugs in parser. |
| 38 | + |
| 39 | +Version 1.0.1 |
| 40 | +============= |
| 41 | + |
| 42 | +* Build scheme changed to `PEP 517`. |
| 43 | +* Various changes to documentation and type hint adjustments. |
| 44 | +* trace: New `has_statement_free` parsing option indicating that parsed trace contains |
| 45 | + `FREE_STATEMENT` events. |
| 46 | +* trace: Adjustments to seen items cache management. |
| 47 | + |
| 48 | +Version 1.0.0 |
| 49 | +============= |
| 50 | + |
| 51 | +Initial release. |
| 52 | + |
| 53 | +.. _releases: https://github.com/FirebirdSQL/python3-lib/releases |
| 54 | +.. _Dash: https://kapeli.com/dash |
| 55 | +.. _Zeal: https://zealdocs.org/ |
0 commit comments