Skip to content

Latest commit

 

History

History
194 lines (93 loc) · 8.03 KB

CHANGELOG.md

File metadata and controls

194 lines (93 loc) · 8.03 KB

Changelog

1.7.1 (2024-05-22)

Bug Fixes

  • validate single entities before upload (e0c93ce)

Documentation

  • README to be up-to-date (3420fee)

1.7.0 (2024-03-20)

Features

  • check context before replacing type references (37e3a46)

1.6.0 (2024-02-16)

Features

  • dont retry request on a validation error (c8a4a56)

1.5.4 (2024-01-31)

Bug Fixes

1.5.3 (2024-01-30)

Bug Fixes

  • validate request should be retried for more robustness (1be3da6)

1.5.2 (2024-01-23)

Bug Fixes

  • check for none filepath before resolving (a9885e8)
  • handle upload packages as not root (3bfc648)
  • wrap import plugins in exception handler (938027d)

1.5.1 (2024-01-23)

Bug Fixes

  • wrapp validate in exception_wrapper (9761f9d)

1.5.0 (2024-01-19)

Features

  • option to validate on 'entity' command + separate validate command (70a0238)
  • option to validate plugin blueprints (ad28dfc)

Bug Fixes

  • meta might not exist in every package.json (57a5338)

1.4.3 (2023-12-18)

Bug Fixes

  • relative storage references (bf9cc4f)
  • resolve global files on disk (d5809c9)

1.4.2 (2023-12-16)

Bug Fixes

1.4.1 (2023-12-08)

Bug Fixes

  • resolve storage references on disk (0ce0722)

1.4.0 (2023-11-24)

Features

1.3.0 (2023-11-21)

Features

  • retry requests on network errors (098845c)

1.2.0 (2023-10-06)

Features

  • add support for global data source storage (89a810b)
  • resolve local id (b8ce10a)

Code Refactoring

1.1.2 (2023-09-15)

Bug Fixes

  • support any attribute type (d1629e8)

Miscellaneous Chores

  • fix api generator scope (be2efef)

Code Refactoring

  • import simple for reset command (20edaaf)

1.1.1 (2023-09-14)

Bug Fixes

  • temporary fix for OpenApi type conversion error (7e322b9)

1.1.0 (2023-08-31)

Features

  • validate entities after init command (8a0e5da)
  • validate entities after reset command (d128ece)

Bug Fixes

  • make path concatenation in utils.py os independent (772c477)
  • package content should be reference type storage (ecce8e1)
  • replace references in meta for subpackage on reset command (48d5c6b)
  • udpate get_root_packages_in_data_sources() to only interpret folders as root package (not single files) (fca5fb3)

Documentation

  • update documentation for cli commands (716d8a3)

Styles

Miscellaneous Chores

Code Refactoring

Continuous Integration

  • add release please (0e4592e)
  • avoid running no-commit-to-branch on PR merge (8bfd4cb)