Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,17 @@
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- **Fix:** Escape regex in validate tags of model structs correctly
- `logme`:
- [v1.3.0](services/logme/CHANGELOG.md#v130)
- **Breaking Change/Fix:** `CreateBackup` operation now returns `*CreateBackupResponseItem` instead of `[]CreateBackupResponseItem`
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- `v1api`:
- **Breaking Change/Fix:** `CreateBackup` operation now returns `*CreateBackupResponseItem` instead of `[]CreateBackupResponseItem`
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- **Breaking Change/Fix:** `ListBackups` operation now returns `[]Backup` instead of `*ListBackupsResponse` (response type also removed)
The go type now correctly models the actual JSON response, this operation was broken beforehand. This aligns `v1api` with the fix already applied to `v2api` in v1.2.0.
- `v2api`:
- **Breaking Change/Fix:** `CreateBackup` operation now returns `*CreateBackupResponseItem` instead of `[]CreateBackupResponseItem`
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- [v1.2.1](services/logme/CHANGELOG.md#v121)
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
Expand All @@ -141,6 +152,17 @@
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- **Fix:** Escape regex in validate tags of model structs correctly
- `mariadb`:
- [v1.3.0](services/mariadb/CHANGELOG.md#v130)
- **Breaking Change/Fix:** `CreateBackup` operation now returns `*CreateBackupResponseItem` instead of `[]CreateBackupResponseItem`
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- `v1api`:
- **Breaking Change/Fix:** `CreateBackup` operation now returns `*CreateBackupResponseItem` instead of `[]CreateBackupResponseItem`
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- **Breaking Change/Fix:** `ListBackups` operation now returns `[]Backup` instead of `*ListBackupsResponse` (response type also removed)
The go type now correctly models the actual JSON response, this operation was broken beforehand. This aligns `v1api` with the fix already applied to `v2api` in v1.2.0.
- `v2api`:
- **Breaking Change/Fix:** `CreateBackup` operation now returns `*CreateBackupResponseItem` instead of `[]CreateBackupResponseItem`
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- [v1.2.1](services/mariadb/CHANGELOG.md#v121)
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
Expand Down Expand Up @@ -184,6 +206,17 @@
- `v2api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
- `opensearch`:
- [v1.3.0](services/opensearch/CHANGELOG.md#v130)
- **Breaking Change/Fix:** `CreateBackup` operation now returns `*CreateBackupResponseItem` instead of `[]CreateBackupResponseItem`
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- `v1api`:
- **Breaking Change/Fix:** `CreateBackup` operation now returns `*CreateBackupResponseItem` instead of `[]CreateBackupResponseItem`
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- **Breaking Change/Fix:** `ListBackups` operation now returns `[]Backup` instead of `*ListBackupsResponse` (response type also removed)
The go type now correctly models the actual JSON response, this operation was broken beforehand. This aligns `v1api` with the fix already applied to `v2api` in v1.2.0.
- `v2api`:
- **Breaking Change/Fix:** `CreateBackup` operation now returns `*CreateBackupResponseItem` instead of `[]CreateBackupResponseItem`
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- [v1.2.1](services/opensearch/CHANGELOG.md#v121)
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
Expand All @@ -202,6 +235,17 @@
- `v2api`: **Deprecated:** `v2api` is deprecated, use instead `v3api`
- `v3beta1api`: **Deprecated:** `v3beta1api` is deprecated, use instead `v3api`
- `rabbitmq`:
- [v1.3.0](services/rabbitmq/CHANGELOG.md#v130)
- **Breaking Change/Fix:** `CreateBackup` operation now returns `*CreateBackupResponseItem` instead of `[]CreateBackupResponseItem`
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- `v1api`:
- **Breaking Change/Fix:** `CreateBackup` operation now returns `*CreateBackupResponseItem` instead of `[]CreateBackupResponseItem`
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- **Breaking Change/Fix:** `ListBackups` operation now returns `[]Backup` instead of `*ListBackupsResponse` (response type also removed)
The go type now correctly models the actual JSON response, this operation was broken beforehand. This aligns `v1api` with the fix already applied to `v2api` in v1.2.0.
- `v2api`:
- **Breaking Change/Fix:** `CreateBackup` operation now returns `*CreateBackupResponseItem` instead of `[]CreateBackupResponseItem`
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- [v1.2.1](services/rabbitmq/CHANGELOG.md#v121)
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
Expand All @@ -214,6 +258,17 @@
- **Breaking Change/Fix:** `ListBackups` operation now returns `[]Backup` instead of `*ListBackupsResponse` (response type also removed)
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- `redis`:
- [v1.3.0](services/redis/CHANGELOG.md#v130)
- **Breaking Change/Fix:** `CreateBackup` operation now returns `*CreateBackupResponseItem` instead of `[]CreateBackupResponseItem`
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- `v1api`:
- **Breaking Change/Fix:** `CreateBackup` operation now returns `*CreateBackupResponseItem` instead of `[]CreateBackupResponseItem`
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- **Breaking Change/Fix:** `ListBackups` operation now returns `[]Backup` instead of `*ListBackupsResponse` (response type also removed)
The go type now correctly models the actual JSON response, this operation was broken beforehand. This aligns `v1api` with the fix already applied to `v2api` in v1.2.0.
- `v2api`:
- **Breaking Change/Fix:** `CreateBackup` operation now returns `*CreateBackupResponseItem` instead of `[]CreateBackupResponseItem`
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- [v1.2.1](services/redis/CHANGELOG.md#v121)
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
Expand Down
12 changes: 12 additions & 0 deletions services/logme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v1.3.0
- **Breaking Change/Fix:** `CreateBackup` operation now returns `*CreateBackupResponseItem` instead of `[]CreateBackupResponseItem`
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- `v1api`:
- **Breaking Change/Fix:** `CreateBackup` operation now returns `*CreateBackupResponseItem` instead of `[]CreateBackupResponseItem`
The go type now correctly models the actual JSON response, this operation was broken beforehand.
- **Breaking Change/Fix:** `ListBackups` operation now returns `[]Backup` instead of `*ListBackupsResponse` (response type also removed)
The go type now correctly models the actual JSON response, this operation was broken beforehand. This aligns `v1api` with the fix already applied to `v2api` in v1.2.0.
- `v2api`:
- **Breaking Change/Fix:** `CreateBackup` operation now returns `*CreateBackupResponseItem` instead of `[]CreateBackupResponseItem`
The go type now correctly models the actual JSON response, this operation was broken beforehand.

## v1.2.1
- `v1api`:
- **Fix:** Response decoding now supports `*io.Reader` and `*[]byte` target types (previously only `string`, `*os.File`, and JSON were supported)
Expand Down
2 changes: 1 addition & 1 deletion services/logme/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.1
v1.3.0
12 changes: 6 additions & 6 deletions services/logme/api_default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/logme/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e9fe931e91e0b8f067d5c12518398a52062ca794
618a0fac344b8a4bb594f713007825ce82956406
24 changes: 12 additions & 12 deletions services/logme/v1api/api_default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions services/logme/v1api/api_default_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading