Skip to content

Commit

Permalink
Fix ApplyCloudEventsPubSubOrderingKey
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBergmeier6176 committed Jan 16, 2024
1 parent f8903f1 commit 8644177
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## v0.0.47 Fix accessing OrderingKey
**Bugfixes**
- Corrects implementation of function `ApplyCloudEventsPubSubOrderingKey`

## v0.0.45 Accessing OrderingKey from callsites
- Add function `ApplyCloudEventsPubSubOrderingKey`

## v0.0.44 ErrorReporting
- Add interface `errorreports.Error`
Expand Down
2 changes: 1 addition & 1 deletion pkg/publisher/publisher.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ func ApplyCloudEventsPubSubOrderingKey(ctx context.Context, opts ...Option) cont
ctx = cepubsub.WithOrderingKey(ctx, opt.orderingKey)
}
}
return nil
return ctx
}

0 comments on commit 8644177

Please sign in to comment.