Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

23 lines (17 loc) · 1.19 KB

Changelog

1.2.0 - 09-04-2024

  • Add methods for creating, retrieving, updating, and deleting ColumnDataTypes
  • Add DataType field to Column that refers to a ColumnDataType
  • Add InputDataType and OutputDataType fields to Transformer that refer to ColumnDataTypes
  • Update userstore sample to interact with ColumnDataTypes
  • Breaking change: Add additional boolean parameter to ListAccessors an ListMutators for requesting all versions

1.1.0 - 20-03-2024

  • Breaking change: idp/userstore/ColumnField parameter "Optional" has been changed to "Required", with fields not required by default
  • Add InputConstraints and OutputConstraints parameters of type idp/userstore/ColumnConstraints to idp/policy/Transformer
  • Add pagination support for chained logical filter queries (query,logical_operator,query,logical_operator,query...)

1.0.0 - 31-01-2024

  • Breaking change: Return ErrXXXNotFound error when getting a HTTP 404 from authz endpoints
  • Breaking change: Move prefix argument for NewRedisClientCacheProvider to be optional KeyPrefixRedis(prefix) instead of required
  • Add validation of non empty pointer strings
  • Add column constraints implementation
  • Adding "ID" as an optional field for user creation