amsdal_data
v0.6.2 - 2026-02-18¶
Fixed¶
- Fixed select_related LEFT JOINs for historical connections to skip joins referencing columns not present in the schema version
Changed¶
- Removed deprecated manylinux2014_x86_64 platform from release workflow
v0.6.1 - 2026-02-15¶
Fixed¶
- Fixed schema version cache not being cleared in
clear_versions(), causing stale state between tests
v0.6.0 - 2025-02-05¶
Added¶
- The events system, replacement for the lifecycle.
v0.5.26 - 2025-12-29¶
Fixed¶
- Fix for external connection healthcheck
v0.5.25 - 2025-12-22¶
Added¶
- Added support for python 3.13
v0.5.24 - 2025-12-12¶
Changed¶
- Updated pydantic to 2.12
v0.5.23 - 2025-12-18¶
Fixed¶
- Fixed issue with updating FK field
v0.5.22 - 2025-12-16¶
Fixed¶
- Fixes for async external connections
v0.5.21 - 2025-11-27¶
Fixed¶
- Fix the migrations
v0.5.20 - 2025-11-26¶
Changed¶
- Extra metadata for glue
v0.5.19 - 2025-11-24¶
Fixed¶
- Fixed FKs during migration
v0.5.18 - 2025-10-30¶
Added¶
- IMAP connection
Changed¶
- Improved transaction decorator typing
v0.5.17 - 2025-10-20¶
Fixed¶
- Fix for external postgres connection
v0.5.16 - 2025-10-20¶
Added¶
- External connections support
v0.5.15 - 2025-09-24¶
Fixed¶
- Fixes for str None values migration
v0.5.14 - 2025-09-11¶
Fixed¶
- Fixes for m2m migration
v0.5.13 - 2025-09-02¶
Fixed¶
- Fixes for duplication of data in sync mode
v0.5.12 - 2025-09-01¶
Fixed¶
- Fixes for migration
v0.5.11 - 2025-08-21¶
Fixed¶
- Fix the next version in metadata
v0.5.10 - 2025-08-21¶
Fixed¶
- Fix for m2m generate inserts
v0.5.9 - 2025-07-31¶
Fixed¶
- Fixed MacOS build
v0.5.8 - 2025-07-29¶
Changed¶
- Added argument to skip drop database in test utils
v0.5.7 - 2025-07-28¶
Changed¶
- Changes to test utils
v0.5.6 - 2025-07-01¶
Added¶
- Added support for Vector schemas
v0.5.5 - 2025-06-18¶
Changed¶
- Test utils
v0.5.4 - 2025-06-17¶
Changed¶
- Update package manager to
uvfor better performance and compatibility.
v0.5.3 - 2025-06-10¶
Fixed¶
- Fixes for migration process
v0.5.2 - 2025-05-22¶
Fixed¶
- Adjustments and fixes for async mode
v0.5.1 - 2025-05-20¶
Added¶
- Extended validate_data_by_schema
v0.5.0 - 2025-05-19¶
Added¶
- Table version handling on historical connection level
v0.4.8 - 2025-05-15¶
Changed¶
- Pin glue versions
v0.4.7 - 2025-05-06¶
Fixed¶
- Fix enum DB type
v0.4.6 - 2025-05-04¶
Fixed¶
- Fix for TypeModels in lists
v0.4.5 - 2025-03-13¶
Added¶
- Raise error for sqlite versions < 3.45.0
v0.4.4 - 2025-03-11¶
Fixed¶
- Fix for metadata query
v0.4.3 - 2025-03-07¶
Fixed¶
- Fixed order by for historical connection
v0.4.2 - 2025-03-05¶
Changed¶
- Use db_fields in schema
v0.4.1 - 2025-02-25¶
Fixed¶
- Fix for historical delete
v0.4.0 - 2025-02-24¶
Added¶
- Support for FKs and M2Ms
v0.3.10 - 2025-02-06¶
Added¶
- Locking for async postgres (postgres-locking)
v0.3.9 - 2025-01-10¶
Fixed¶
- Delete doesn't produce multiple records (delete-duplicates)
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)