Skip to content

Releases: miaucl/bring-api

1.1.1

19 Oct 21:58
56c43c4

Choose a tag to compare

What's Changed

  • Set default values for UserLocale language and country @tr4nt0r (#206)

👻 Bug Fixes

  • Fix missing dependencies in pyproject.toml @tr4nt0r (#181)

🧰 Maintenance

🔬 Other updates

🧩 Dependency Updates

Contributors: @Nid01, @dependabot[bot], @tr4nt0r and dependabot[bot]

1.1.0

19 Mar 04:29
2e9c3e3

Choose a tag to compare

What's Changed

🚀 New Features

  • Add recipes/template retrieval and filtering functionality @tr4nt0r (#155)
  • Add support for create, delete and import templates (recipes) in Bring @tr4nt0r (#154)

👻 Bug Fixes

  • Add default values to country and language in BringUser type @tr4nt0r (#165)

🧰 Maintenance

  • Adjust labels in dependabot configuration @tr4nt0r (#168)
  • Fix incorrect labels in release drafter's version resolver @tr4nt0r (#158)
  • Re-enable generated release notes only for prereleases @tr4nt0r (#151)
  • Add CODEOWNERS file @tr4nt0r (#153)

🧩 Dependency Updates

Contributors: @dependabot[bot], @tr4nt0r and dependabot[bot]

Full Changelog: 1.0.2...1.1.0

1.1.0rc0

11 Feb 22:02
8f57d92

Choose a tag to compare

1.1.0rc0 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.2...1.1.0rc0

1.0.2

08 Feb 17:56
32e82f3

Choose a tag to compare

What's Changed

👻 Bug Fixes

  • Add retry logic for bad gateway response errors @tr4nt0r (#149)

🧩 Dependency Updates

Contributors: @tr4nt0r

1.0.1

06 Feb 01:16
99c9e6e

Choose a tag to compare

What's Changed

🚀 New Features

  • Add common request method with token refresh handling and caching @tr4nt0r (#132)

👻 Bug Fixes

📃 Documentation

  • Deprecate CHANGELOG.md and update release process documentation @tr4nt0r (#147)
  • Update README badges for unit tests and smoke tests @tr4nt0r (#145)

🧰 Maintenance

  • Add coverage reporting and upload to Codecov @tr4nt0r (#146)
  • Add GitHub workflows for release drafting and labeling @tr4nt0r (#144)
  • Add Python 3.13 to the CI workflow matrix @tr4nt0r (#141)

🔬 Other updates

🧩 Dependency Updates

Contributors: @tr4nt0r and dependabot[bot]

1.0.1rc2

08 Feb 03:50
99c9e6e

Choose a tag to compare

1.0.1rc2 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0...1.0.1rc2

1.0.1rc1

05 Feb 01:14
c3f1fec

Choose a tag to compare

1.0.1rc1 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0...1.0.1rc1

1.0.1rc0

05 Feb 00:45
c107be6

Choose a tag to compare

1.0.1rc0 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0...1.0.1rc0

1.0.0

26 Jan 21:12
8919054

Choose a tag to compare

What's Changed

💥 Breaking changes

  • Use dataclasses instead of TypedDicts for response classes by @tr4nt0r in #112

🚀 New Features

  • Add method to retrieve list activity by @tr4nt0r in #116
  • Add support for notification type LIST_ACTIVITY_STREAM_REACTION by @tr4nt0r in #129
  • Add method get_lists_users to retrieve members of a shared list by @tr4nt0r in #130

👻 Bug Fixes

  • Fix typing in URL construction by explicitely converting UUIDs to strings by @tr4nt0r in #114
  • Set name and email as optional fields in BringAuthResponse by @tr4nt0r in #119
  • Set additional fields as optional and use empty str as defaults by @tr4nt0r in #124

🧰 Maintenance

🔬 Other updates

🧩 Dependency Updates

Full Changelog: 0.9.1...1.0.0

1.0.0rc2

22 Jan 18:02
6c514ae

Choose a tag to compare

1.0.0rc2 Pre-release
Pre-release

What's Changed

  • Bump mkdocstrings[python] from 0.26.2 to 0.27.0 by @dependabot in #101
  • Bump mkdocs-material from 9.5.40 to 9.5.44 by @dependabot in #102
  • Update aiohttp requirement from ~=3.10 to ~=3.11 by @dependabot in #103
  • Bump mkdocs-material from 9.5.44 to 9.5.46 by @dependabot in #105
  • Bump DavidAnson/markdownlint-cli2-action from 17 to 18 by @dependabot in #104
  • Update ruff requirement from ~=0.7 to ~=0.8 by @dependabot in #106
  • Bump mkdocs-material from 9.5.46 to 9.5.47 by @dependabot in #107
  • Bump mkdocs-material from 9.5.47 to 9.5.48 by @dependabot in #108
  • Bump mkdocs-material from 9.5.48 to 9.5.49 by @dependabot in #109
  • Bump DavidAnson/markdownlint-cli2-action from 18 to 19 by @dependabot in #110
  • Use yarl for URL building by @tr4nt0r in #111
  • Fix tests github action to run also on pull requests by @tr4nt0r in #115
  • Fix typing in URL construction by explicitely converting UUIDs to strings by @tr4nt0r in #114
  • Use dataclasses instead of TypedDicts for response classes by @tr4nt0r in #112
  • Update ruff requirement from ~=0.8 to ~=0.9 by @dependabot in #117
  • Bump syrupy from 4.8.0 to 4.8.1 by @dependabot in #118
  • Add method to retrieve list activity by @tr4nt0r in #116
  • Set name and email as optional fields in BringAuthResponse by @tr4nt0r in #119
  • Add BringErrorResponse dataclass by @tr4nt0r in #120
  • Use exc_info in debug logging instead of traceback by @tr4nt0r in #121
  • Catch MissingField exceptions by @tr4nt0r in #122
  • Set additional fields as optional and use empty str as defaults by @tr4nt0r in #124
  • Revert 123 fix typing by @miaucl in #125
  • Revert UUID types back to str by @tr4nt0r in #126
  • Bump mkdocs-material from 9.5.49 to 9.5.50 by @dependabot in #127
  • Add support for notification type LIST_ACTIVITY_STREAM_REACTION by @tr4nt0r in #129
  • Add method get_lists_users to retrieve members of a shared list by @tr4nt0r in #130
  • Fix stale error handling in get_activity by @tr4nt0r in #131

Full Changelog: 0.9.1...1.0.0rc2