v2.3.0 - Planka V2 Support #39
Pinned
hwelch-fle
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
mainby @hwelch-fle in [Feature] Merge Planka v2 working branch intomain#38Planka v2 is finally supported!
New features and interfaces added, see docs and README for an overview.
Old package
All the original v1 code still exists under the
plankapy.v1namespace, new features forv2are all imported viaplankapy.v2namespaceAdded
httpxdepTo solce some issues with improperly handled requests from v1, I've added
httpxas a dependency to handle all http requests. This should allow for cleaner interaction with the server since theclientis injected to the planka instance. If you have specific requirements, you can construct the client as you see fit and give it to the Planka initializerFull Changelog: v2.2.2...v2.3.0
This discussion was created from the release v2.3.0 - Planka V2 Support.
Beta Was this translation helpful? Give feedback.
All reactions