Skip to content

Commit aacbb54

Browse files
committed
Cut Release 'v2026.8.21'
1 parent fb52e02 commit aacbb54

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

.changes/unreleased/Feature-20260819-012500.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/v2026.8.21.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## [August 21, 2026](https://github.com/OpsLevel/opslevel-go/compare/v2026.7.21...v2026.8.21)
2+
### Feature
3+
* Add custom integration create/update with ETL definitions, so clients can manage Extract and Transform mapping configuration.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and is generated by [Changie](https://github.com/miniscruff/changie).
66

7+
## [August 21, 2026](https://github.com/OpsLevel/opslevel-go/compare/v2026.7.21...v2026.8.21)
8+
### Feature
9+
* Add custom integration create/update with ETL definitions, so clients can manage Extract and Transform mapping configuration.
10+
711
## [July 21, 2026](https://github.com/OpsLevel/opslevel-go/compare/v2026.7.8...v2026.7.21)
812
### Bugfix
913
* FilterPredicate.Validate now rejects any CaseSensitive value (true or false) on predicate types that do not support case sensitivity (e.g. exists, matches), since the API ignores the value and returns null for it.

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package opslevel
22

3-
const clientVersion = "v2026.7.21"
3+
const clientVersion = "v2026.8.21"

0 commit comments

Comments
 (0)