Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.7.0 #98

Merged
merged 26 commits into from
Oct 25, 2023
Merged

Release 0.7.0 #98

merged 26 commits into from
Oct 25, 2023

Conversation

blootsvoets
Copy link
Contributor

Changes since version 0.6.0:

  • Use coroutines for a larger subset of functions
  • Updated authentication handling to radar-auth 2.1.0
  • Updated radar-commons to 1.1.1 including plugin handling
  • More consistent Avro context handling while parsing

addHeader("Authorization", BEARER + accessToken)
httpClient.post("$BASE_URI/topics/test") {
bearer(gatewayContext.accessToken)
setBody("{}")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a repeat of the last test if i'm not mistaken

Suggested change
setBody("{}")
setBody("")

@Bdegraaf1234
Copy link
Contributor

Some small things in one of the testfiles, otherwise everything looks good :)

@blootsvoets blootsvoets merged commit 1205398 into main Oct 25, 2023
3 checks passed
@blootsvoets blootsvoets deleted the release-0.7.0 branch October 25, 2023 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants