Skip to content

API: v7.10.0

Compare
Choose a tag to compare
@TobyDrane TobyDrane released this 21 Mar 14:41
· 29 commits to main since this release

v7.10.0 - 2024-03-21

Fixes

  • Issues with the documentation where links were not re-directing successfully.

Features

  • Extra infrastructure output blocks

v7.0.8 - 2023-11-15

Fixes

  • Issue with date types when editing a schema on the UI because of no option to apply format column and therefore getting an all fields are required error.
  • Tweaked UI design when adding permissions to subject.
  • Updated NextJS and Zod package version.

Features

  • Data bucket now has EventBridge notifications enabled by default.

Closes relevant GitHub issues

v7.0.6 - 2023-10-18

Features

  • New UI page that allows for the ability to delete users and clients easily.
  • Clients can now be created and deleted via the sdk.

Fixes

  • Where dataset info was being called on columns with a date type, this was causing an issue with the Pydantic validation.
  • Tweaked the documentation to implement searching for column heading style guide to match what the API returns in the error message.

v7.0.3 - 2023-09-15

Fixes

  • Fixes issue where permissions were not being correctly read and causing api functionality to fail

v7.0.1 - 2023-09-13

Fixes

  • Date types were being stored as strings which caused issues when querying with Athena. They are now stored as date types.