Skip to content

amsdal

v0.3.5 - 2024-12-10

Fixed

  • Use AsyncBackgroundTransactionManager (AsyncBackgroundTransactionManager)

v0.3.4 - 2024-12-09

Added

  • AsyncFileMigrationStore added (AsyncFileMigrationStore)

v0.3.3 - 2024-12-06

Added

  • Async hooks in contrib (async-hooks)
  • Execute async transactions (async-transactions)

v0.3.2 - 2024-12-05

Added

  • Async support (async-support)

v0.3.1 - 2024-11-28

Fixed

  • Fixed schema type usage in migration (schema-type-fix)

v0.3.0 - 2024-11-27

Changed

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

v0.2.6 - 2024-11-04

Added

  • Nested filtering support (nested-filtering)

v0.2.5 - 2024-10-28

Added

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

v0.2.4 - 2024-10-24

No significant changes.

v0.2.3 - 2024-10-23

Changed

  • Optimization for User model init (user-init)

v0.2.2 - 2024-10-18

Fixed

  • Fix for worker connection init (worker-connection-init)

v0.2.1 - 2024-10-18

Fixed

  • Handle update with specific object version (update-specific-object-version)

v0.2.0 - 2024-10-15

Added

  • AMSDAL Glue integration (amsdal-glue)

v0.1.27 - 2024-09-12

Added

  • Added google style docstring (docstring)

v0.1.26 - 2024-09-04

Added

  • Background transactions (background-transactions)

v0.1.25 - 2024-08-26

Added

  • Added heplers for testing (testing-helpers)

v0.1.24 - 2024-08-20

Fixed

  • Fix password change for User (fix-password-change)

v0.1.23 - 2024-07-16

Added

  • Support for ordering in fixtures (support-for-ordering-in-fixtures)

v0.1.22 - 2024-07-11

Fixed

  • Handled dicts and structures in fixtures (handled-dicts-and-structures-in-fixtures)
  • Added frontend configs generation for structure types (frontend-configs-generation-for-structure-types)

v0.1.21 - 2024-06-07

Added

  • Cloud operation to delete environment (cloud-operation-delete-environment)

v0.1.20 - 2024-05-30

Fixed

  • Frontend config response handling (frontend-config-response-handling)

v0.1.19 - 2024-05-22

Added

  • Date and Datetime field types added (date-datetime-field-types)

v0.1.18 - 2024-05-15

Added

  • Environment management commands (environment-management-commands)

v0.1.17 - 2024-05-09

Changed

  • It is now possible to specify permissions for a specific object. A flag has been added that indicates the need for permissions for models by default (object-level-permissions)
  • Removed iceberg from default dependency (iceberg-removed)
  • Added list of all dependencies to ListDependenciesDetails (all-dependencies)

v0.1.16 - 2024-05-06

Added

  • Bulk operations (bulk-operations)

v0.1.15 - 2024-05-03

Changed

  • Improved repr of File to avoid printing whole file content (filre-repr)

Fixed

  • Fixed migration for deleted data (migrate-deleted-data)

v0.1.12 - 2024-04-25

Changed

  • Add ability to pass noinput flag for deploy service. (silent-deploy)

Fixed

  • Set left-to-right union mode for references. (left-to-right-union-mode-for-references)

v0.0.41 - 2024-03-12

Changed

  • Return object_latest in frontend configs for models in transaction arguments (return-object-latest)

v0.0.40 - 2024-03-07

Added

  • Context manager added (context-manager)

v0.0.39 - 2024-03-06

Fixed

  • Do not call hooks during state DB refresh (do-not-call-hooks-during-state-db-refresh)
  • previous_version method now uses the the lakehouse connection (previous-version-lakehouse-connection)

v0.0.38 - 2024-03-05

Changed

  • References are now resolved into objects (references-resolved-into-objects)

v0.0.37 - 2024-03-01

Added

  • Postgres state connection added (postgres-state-connection)

Changed

  • Files are now created first in fixtures (files-creation-first)

v0.0.36 - 2024-02-27

Fixed

  • Fixed static files handling (static-files-handling)
  • Fixed references in fixtures (fixed-references-in-fixtures)
  • Fixed object_version filter in lakehouse connections (fixed-object-version-filter)

v0.0.35 - 2024-02-22

Added

  • Allow to specify IP address in the expose DB operation (expose-db-ip)

v0.0.34 - 2024-02-22

Added

  • New operations to add dependencies and expose DB (cloud-dependency-operations)

v0.0.33 - 2024-02-20

Fixed

  • Fixed transaction parameters in frontend config (fixed-transaction-parameters)

v0.0.32 - 2024-02-20

Changed

  • Improved automatic frontend config generation (improved-frontend-config-generation)

v0.0.31 - 2024-02-15

Fixed

  • Remove old transactions on rebuild (remove-old-transactions)
  • Improved metadata performance (improved-metadata-performance)

v0.0.30 - 2024-02-14

Added

  • Cloud app secrets management (cloud-app-secrets)

v0.0.29 - 2024-02-13

Fixed

  • Fixed init class versions (fixed-init-class-versions)

v0.0.28 - 2024-02-06

Changed

  • Transactions are copied with full file structure (transactions-file-structure)

v0.0.27 - 2024-02-04

Fixed

  • Fixed handling of references (fixed-references-handling)

v0.0.26 - 2024-01-31

Changed

  • Added values in frontend config (frontend-config-values)

v0.0.25 - 2024-01-30

Added

  • Postgres connection added (postgres-connection)

v0.0.24 - 2024-01-23

Changed

  • Updates to deploy commands (deploy-cli-updates)

v0.0.23 - 2024-01-19

Changed

  • Changes to CLI methods methods (deploy-cli)

v0.0.22 - 2024-01-17

Fixed

  • Fixed authorization (authorization-fix)

v0.0.21 - 2024-01-16

Added

  • Fixes and improvements for supporting integrations (integrations)
  • Filtering by object (filtering-by-objects)

v0.0.20 - 2024-01-12

Added

  • Auto-generation of Frondend Config (frontend-config-auto-generation)
  • Deploy methods added to AMSDAL Manager (deploy-methods)

v0.0.19 - 2023-12-22

Fixed

  • Take into account the exclude_none parameter when dumping a model (respect-exclude-none)

v0.0.18 - 2023-12-20

Added

  • Added Address to documentation. (docs-address-api)
  • Added change-logs to documentation. (docs-change-logs)
  • Added QuerySet .using() and _address filter into documentation. (docs-queryset-using)
  • Added AMSDAL Server API documentation. (docs-server-api)
  • Transactions added to Metadata and Lakehouse (transactions)

Changed

  • Lazy loading of References in Metadata (lazy-references)