dynamite_runtime 0.5.0+1 dynamite_runtime: ^0.5.0+1 copied to clipboard
The helper package used at runtime by code generated with the OpenAPI generator dynamite.
0.5.0 #
Note: This release has breaking changes.
- REFACTOR: Lower Dart SDK constraint to ^3.0.0. (d4d149f9)
- FIX(dynamite_runtime): use content type header to deserialize response. (5b30e96d)
- BREAKING REFACTOR(dynamite,dynamite_runtime): Remove DynamiteRawResponse. (4cdd5fd6)
- BREAKING REFACTOR(dynamite_runtime): Make ResponseConverter sync. (ece8c6e0)
- BREAKING REFACTOR(dynamite_runtime): Simplify DynamiteStatusCodeException creation. (7c3d0eef)
- BREAKING REFACTOR(dynamite_runtime): Remove HttpBytesStreamExtension and utilize package:http instead. (2db2fbb7)
- BREAKING FIX(dynamite_runtime): Make RawResponseEncoder/Decoder compatible with JsonEncoder/Decoder. (69dfd970)
0.4.0 #
0.3.0 #
Note: This release has breaking changes.
- REFACTOR(dynamite_runtime): rework DynamiteRawResponse. (e7f2f351)
- REFACTOR(dynamite_runtime): split dynamite_client into separate libraries. (74b0588c)
- FIX(dynamite_runtime): Fix minLength/maxLength error messages. (fa105f95)
- FIX(dynamite_runtime): Remove duplicate status code from DynamiteStatusCodeException message. (bba2fb40)
- FIX(dynamite_runtime): cookie header format. (b6f3965a)
- FEAT(dynamite_runtime): export HttpBytesStreamExtension. (7ed974c5)
- FEAT(dynamite_runtime): use http.Request in generated code. (c9d0b243)
- FEAT(dynamite_runtime): add dynamite serializer. (187e0cee)
- FEAT(dynamite_runtime): add new internal ByteStream extension based on http.ByteStream. (f9c58c9e)
- FEAT(dynamite_runtime): make DynamiteClient extend http.Client. (5db4f891)
- BREAKING REFACTOR(dynamite_runtime): remove deprecated ByteStreamExtension. (bf9db973)
- BREAKING REFACTOR(dynamite,dynamite_runtime,nextcloud): generated clients no longer implement http.Client. (392e18fa)
- BREAKING REFACTOR(dynamite_runtime): Remove executeRequest and executeRawRequest methods. (eb9e018c)
- BREAKING REFACTOR(dynamite,dynamite_runtime): Always send cookies for all requests. (e37b7753)
- BREAKING REFACTOR(dynamite_runtime): validate status code in the dynamite serializer. (bc6f7d9f)
- BREAKING FIX(dynamite): Use maxItems instead of maxLength to optimize arrays. (57d8df40)
- BREAKING FEAT(dynamite): Show field names in oneOf/anyOf validation errors. (9d236ebc)
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.