Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 986 Bytes

CHANGELOG.md

File metadata and controls

59 lines (35 loc) · 986 Bytes

Changelog

Changelog for authzee. All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] - YYYY-MM-DD

[0.1.0a3] - 2024-02-19

  • Remove sync methods and only accepts async
  • AuthzeeSync class as a sync wrapper for Authzee app
  • Locality checks streamlined. Only specify current backends locality
  • Parallel pagination skeleton
  • general renaming
  • rework ResourceAuthzs. They are now passed as instances to the Authzee app. Logic is streamlined

[0.1.0a2] - 2023-07-23

  • Initial Alpha.

[0.1.0a1] - 2023-07-03

  • Initial stub