Skip to content

amsdal_data

v0.3.8 - 2024-12-18

Fixed

  • Use ContextVar for in async transaction manager (contextvar-transaction-manager)

v0.3.7 - 2024-12-13

Changed

  • Limit usage of managers in different modes (limit-managers-usage)

v0.3.6 - 2024-12-10

Added

  • Async Worker added (async-worker)

Fixed

  • Fix for find_object_class (find-object-class)

v0.3.5 - 2024-12-09

No significant changes.

v0.3.4 - 2024-12-05

Added

  • Async postgres connection (async-postgres)

v0.3.3 - 2024-12-04

Added

  • Async support (async-support)

v0.3.2 - 2024-12-02

Added

  • Added updated_at index to Metadata aschema (update-at-metadata-index)

v0.3.0 - 2024-11-26

Changed

  • Metadata redesign: moving metadata into historical connection (metadata-redesign)

v0.2.9 - 2024-11-04

Fixed

  • Fix transaction set on object deletion (transaction-on-deletion)

v0.2.8 - 2024-10-28

Added

  • Python3.12 support added (python3.12-support)

v0.2.7 - 2024-10-25

Fixed

  • PostgresHistorical GROUB BY in select_related fix (postgres-historical-group-by-with-select-related)

v0.2.6 - 2024-10-24

Added

  • Added select_related functionality (select-related)

v0.2.4 - 2024-10-18

Added

  • Ability to pass Postgres connection strings via envs (env-connection-postgres)

v0.2.3 - 2024-10-18

Fixed

  • Fix for PK naming (pk-naming)

v0.2.2 - 2024-10-16

Fixed

  • Fixed indexed fields (indexed-fields)

v0.2.1 - 2024-10-15

Fixed

  • Fixed index migration (index-migration)

v0.2.0 - 2024-10-14

Added

  • Adjustments for AMSDAL Glue (amsdal-glue)

v0.1.16 - 2024-10-01

Added

  • Support for select_related (select-related)

v0.1.15 - 2024-09-12

Added

  • Added google style docstring (docstring)

v0.1.14 - 2024-09-04

Added

  • Background transactions added (background-transactions)

v0.1.13 - 2024-08-14

Added

  • is_alive and is_connected properties added to connections (connection-is-alive)

v0.1.12 - 2024-07-11

Fixed

  • Fix for case sensitive sqlite filters (fix-for-case-sensitive-sqlite-filters)

v0.1.11 - 2024-05-23

Fixed

  • Fix for filter by JSON fields in PostgreSQL connections (fix-for-filter-by-json-fields-in-postgresql-connections)

v0.1.10 - 2024-05-06

Added

  • Support for bulk operations (bulk-operations)

v0.1.9 - 2024-04-30

Added

  • PostgreSQL immutable historical connection (postgres-immutable-historical-connection)

v0.1.8 - 2024-04-19

Fixed

  • Cython complication issue (cython-complication-issue)

v0.1.7 - 2024-04-19

Added

  • SQLite immutable historical connection (sqlite-immutable-historical-connection)

v0.1.6 - 2024-04-16

Fixed

  • __in operator for PostgreSQL historical connection (in-operator-for-postgresql-historical-connection)

v0.1.5 - 2024-03-22

Fixed

  • Handle of PostgreSQL float field type for state connection (handle-of-postgresql-float-field-type-for-state-connection)

v0.1.4 - 2024-03-22

Fixed

  • JSON data for PostgreSQL (json-data-for-postgresql)

v0.1.3 - 2024-03-22

Fixed

  • Transaction decorator for compiled parts (transaction-decorator-for-compiled-parts)

v0.1.2 - 2024-03-21

Changed

  • Change version pins to compatible releases (change-version-pins-to-compatible-releases)

v0.1.1 - 2024-03-20

Fixed

  • Handle of PostgreSQL float field type for historical connection (handle-of-postgresql-float-field-type-for-historical-connection)

v0.1.0 - 2024-03-20

Added

  • Migrations for internal tables (migrations-for-internal-tables)