Releases: Ravencentric/privatebin
Releases · Ravencentric/privatebin
v0.3.0
What's Changed in v0.3.0
- release: v0.3.0 by @Ravencentric
- fix: validate server type by @Ravencentric
- fix: docs url by @Ravencentric
- docs: delete doesn't need the passphrase by @Ravencentric
- fix: remove duplicate code in privatebin.delete by @Ravencentric
- refactor: compressor and runtime type validation in get, create, and delete by @Ravencentric
- fix: docstrings by @Ravencentric
- fix: rename AuthenticatedData.to_tuple to to_serializable_tuple by @Ravencentric
- fix: docstrings by @Ravencentric
- fix: error messages by @Ravencentric
- fix: refactor privatebin.delete by @Ravencentric
- feat: PrivateBinUrl.parse by @Ravencentric
- fix: put json (de)serialization in a base class by @Ravencentric
- fix!: PasteBin.create() now returns PasteReceipt (new) by @Ravencentric
- fix: 3.10 by @Ravencentric
- fix: type the raw paste object by @Ravencentric
- fix: typos in docstrings by @Ravencentric
- ci: fix changelog by @Ravencentric
New Contributors
- @dependabot[bot] made their first contribution in #11
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed in v0.2.1
- release: v0.2.1
- docs: update index.md
- ci: don't run tests twice for a release
- chore: ruff
- fix: more concise indent docstring
- refactor: switch to msgspec
Full Changelog: v0.2.0...v0.2.1
v0.2.0
[0.2.0] - 2025-03-18
🚀 Features
- Cli
- (cli) Allow env_var for
--server
🐛 Bug Fixes
- Switch to frozen models
- Rename
AuthenticatedData.to_jsontoto_bytes - Link
- Isolate (de|en)cryption into independent functions
- Docstrings
- Remove runtime dependency on typing_extensions
- Rename Formattter.SYNTAX_HIGHLIGHTING to Formatter.SOURCE_CODE
- Attachment json serialization
- Add repository in pyproject
- Typing
- Add docs link
- Remove unnecessary ruff config
- Handle missing keys
PasteJsonLD.from_response - Add an appropriate user agent
- Better error handling
- (cli) Cleanup help pages and validate url input
- (cli) Remove alias
- Make server required in PrivateBin client
- Make attachment serializer private
- Switch back to privatebin.net
- Default to
https://privatebin.net/ - Docstring
- Docstring consistency
- Add imports in docstrings
- Docstring
- Docstring
💼 Other
- V0.2.0
⚙️ Miscellaneous Tasks
- Ruff
- Run ruff
- Fix uv sync
- Update ruff
- Update cyclopts
- Pin actions