Skip to content

Releases: tagshelfsrl/alfred-python

v0.5.0

20 May 21:07
dc9ea99
Compare
Choose a tag to compare

0.5.0 (2024-05-20)

Features

  • implement realtime functionality. (#18) (1b0d070)

Bug Fixes

  • move the alfred package up in the hierarchy out of the src/ folder. (#36) (fa5a845)
  • release-please-action org rename and typo (#37) (c0fd44c)

v0.4.0

14 May 23:42
2af057a
Compare
Choose a tag to compare

0.4.0 (2024-05-14)

Features

  • add job domain (#9) (aa9528c)
  • Add LICENSE and pyproject.toml configuration (#1) (e674ba6)
  • AL-860: Implement base HTTP client class (#3) (da0d92e)
  • AL-866: Implement authentication methods supported in Alfred (#4) (25c1530)
  • AL-867: Implement OAuth refresh token handler (#5) (adc29d5)
  • AL-869: Implemented Data Points domain (#6) (faf0d09)
  • AL-870: implement session domain (#7) (823afa0)
  • AL-871: Implement Files domain class and methods (#14) (f34469d)
  • AL-886 enables pypi publishes (#20) (85abecb)
  • introduce response parsing based on configurable option at instance and endpoint level. (#11) (cc0995d)
  • setup functionality to apply throttling when the remaining requests get to a certain threshold. (#15) (bceb818)
  • Update README documentation (#12) (4724ddb)

Bug Fixes

  • adds missing permissions to publish job (#23) (5884a24)
  • adds missing trailing slash (3d5fb17)
  • adds pypi test url for staging deployments (495db8a)
  • AL-869: Set overrides as empty dict if value is None (#8) (c446c89)
  • branch check and prod pypi url (a6c6e64)
  • Fixed bad imports (#17) (ac4afbd)
  • prerelease-type set value to beta (89178db)
  • pypi wrong upload urls (2181ece)
  • trigger build (e41149a)
  • trying to enable prerelease tags (7b33846)
  • trying to enable prerelease tags 2 (fa998cd)
  • trying to enable prereleases adding directly to action (b332af1)
  • typo on github actions permissions (4f8a49e)
  • ues old release-please-action until they finish changes (#24) (8b039ae)
  • Updated domain methods to expect a tuple instead of a Response object (#16) (6f28402)
  • use old release-please (577c888)
  • Use response headers to get the content-type instead of request (#13) (e54eeab)
  • versioning strategy adjustment (55fa551)
  • versioning strategy config (823d7c0)