Releases: eigenein/protobuf
Releases · eigenein/protobuf
3.1.3
3.1.2
3.1.1
What's Changed
🎨 Other changes
- ⬆️ Update all non-major dependencies by @renovate in #164
- ⬆️ Bump zipp from 3.15.0 to 3.19.1 by @dependabot in #169
- ⬆️ Bump certifi from 2023.7.22 to 2024.7.4 by @dependabot in #168
- ⬆️ Bump urllib3 from 2.0.7 to 2.2.2 by @dependabot in #167
- ⬆️ Bump requests from 2.31.0 to 2.32.0 by @dependabot in #166
- ⬆️ Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #165
Full Changelog: 3.1.0...3.1.1
3.1.0
No functional changes. However, from now on, the package will only be tested with Pydantic 2
What's Changed
🎨 Other changes
- ⬆️ Update all non-major dependencies by @renovate in #154
- ⬆️ Update all non-major dependencies by @renovate in #161
- 🧑💻 Update the configs for Ruff and Python 3.12 by @eigenein in #162
- 🧑💻 Deduplicate docs dependencies by @eigenein in #163
- ⬆️ Update dependency black to v24.3.0 [SECURITY] by @renovate in #156
- ⬆️ Update dependency pytest-cov to v5 by @renovate in #157
- ⬆️ Update dependency pillow to v10.3.0 [SECURITY] by @renovate in #159
- ⬆️ Update dependency pydantic to v2 by @renovate in #123
Full Changelog: 3.0.1...3.1.0
3.0.1
Technical release, no functional changes.
What's Changed
🎨 Other changes
- ⬆️ Update actions/setup-python action to v5 by @renovate in #142
- ⬆️ Update actions/upload-pages-artifact action to v3 by @renovate in #144
- ⬆️ Update actions/deploy-pages action to v4 by @renovate in #143
- ⬆️ Update all non-major dependencies by @renovate in #139
- ⬆️ Update all non-major dependencies by @renovate in #145
- ⬆️ Update actions/cache action to v4 by @renovate in #148
- ⬆️ Update dependency black to v24 by @renovate in #149
- ⬆️ Update dependency mkdocs-autorefs to v1 by @renovate in #153
- ⬆️ Update all non-major dependencies by @renovate in #150
- ⬆️ Update codecov/codecov-action action to v4 by @renovate in #151
- ⬆️ Update dependency pytest to v8 by @renovate in #152
- Upgrade: Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #147
- Upgrade: Bump gitpython from 3.1.35 to 3.1.41 by @dependabot in #146
- Upgrade: Bump urllib3 from 2.0.2 to 2.0.7 by @dependabot in #138
Full Changelog: 3.0.0...3.0.1
3.0.0
= field
field declarations replaced withAnnotated
hinting- Removed
@message
decorator in favour ofBaseMessage
- Re-written the core
- Typing changes (see also: https://eigenein.github.io/protobuf/migration/)
3.0.0rc.1
What's Changed
🎨 Other changes
- ⬆️ Bump pymdown-extensions from 9.11 to 10.0 by @dependabot in #113
- ⬆️ Pin dependencies by @renovate in #117
- ⬆️ Update all non-major dependencies by @renovate in #118
- ⬆️ Update actions/deploy-pages action to v2 by @renovate in #119
- ⬆️ Update actions/upload-pages-artifact action to v2 by @renovate in #120
- Upgrade: Bump gitpython from 3.1.31 to 3.1.32 by @dependabot in #116
- Upgrade: Bump requests from 2.30.0 to 2.31.0 by @dependabot in #114
- Upgrade: Bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in #115
- ⬆️ Update dependency pillow to v10 by @renovate in #122
- ⬆️ Update dependency black to v23 by @renovate in #121
- ⬆️ Update dependency mkdocs-material to v9.2.3 by @renovate in #124
- ⬆️ Update all non-major dependencies by @renovate in #125
- ⬆️ Update dependency mkdocs-material to v9.2.6 by @renovate in #126
- ⬆️ Update dependency ruff to v0.0.287 by @renovate in #127
- ⬆️ Update all non-major dependencies by @renovate in #129
- ⬆️ Update actions/checkout action to v4 by @renovate in #130
- ⬆️ Bump gitpython from 3.1.32 to 3.1.35 by @dependabot in #131
- ⬆️ Update all non-major dependencies by @renovate in #132
- ⬆️ Update all non-major dependencies by @renovate in #133
New Contributors
- @dependabot made their first contribution in #113
- @renovate made their first contribution in #117
Full Changelog: 3.0.0a5...3.0.0rc.1
3.0.0a5
🚑 Bring back uint
, it's still needed for numbers bigger than 2⁶³
Full Changelog: 3.0.0a4...3.0.0a5
3.0.0a4
This release removes uint
, int32
, sint32
, and uint32
(and their 64-bit variants) in favour of the built-in int
type and one custom ZigZagInt
NewType
.
Full Changelog: 3.0.0a3...3.0.0a4
2.3.0
What's Changed
- Update metadata instead of repace in _field helper by @daglofthus in #112
New Contributors
- @daglofthus made their first contribution in #112
Full Changelog: 2.2.3...2.3.0