dynamite_runtime 0.2.0 dynamite_runtime: ^0.2.0 copied to clipboard
The helper package used at runtime by code generated with the OpenAPI generator dynamite.
0.2.0 #
Note: This release has breaking changes.
- REFACTOR(dynamite_runtime): stop exporting cookie_jar. (9f144457)
- FIX(dynamite_runtime): also send base headers like specified useragent in raw requests. (6ffd8024)
- FIX(dynamite_runtime): Stop sending empty cookies. (bce8c763)
- FEAT(dynamite_runtime): Allow access to raw headers in DynamiteRawResponse. (dc8827de)
- BREAKING REFACTOR(dynamite_runtime): make authentication optional. (24653100)
- BREAKING REFACTOR(dynamite_runtime): use named parameters for executeRequest methods. (c022dfb5)
- BREAKING REFACTOR(dynamite_runtime,nextcloud): make DynamiteApiException extend ClientException. (b9c4cf0d)
- BREAKING FEAT(dynamite,nextcloud): drop userAgent parameter. (9d7d86a8)
- BREAKING FEAT(dynamite): allow clients from the http package. (bff69c34)
0.1.0 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.