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 1.6.0 #119

Merged
merged 67 commits into from
May 14, 2023
Merged

Release 1.6.0 #119

merged 67 commits into from
May 14, 2023

Conversation

sebastianwessel
Copy link
Member

@sebastianwessel sebastianwessel commented May 12, 2023

  • breaking change: minimum requirement is Node.js v 18.15
  • feature: Add Dapr support @purista/dapr-sdk based on Hono (feat: Add Dapr eventbridge #85)
  • feature: Add MQTT support @purista/mqttbridge (feat: MQTT eventBridge #98)
  • improvement: @purista/k8s-sdk is now using Hono
  • improvement: reduce package sizes
  • improvement/breaking change: configs are now flat instead of config.config...
  • improvement: replace @anatine/zod-openapi with PURISTA managed version to be able to handle package versions and changes
  • feature: Add fetch based HttpClient
  • test: add a bunch of unit and integration tests
  • fix: fix minor bugs, code cleanup and improvements
  • update packages to most recent versions

Checklist:

  • unit/integration test
  • code example
  • documentation in handbook

@sebastianwessel sebastianwessel added feature request requesting a new feature package update some dependency package must be updated Breaking change Change the breaks existing code improvement improved code or handling labels May 12, 2023
@sebastianwessel sebastianwessel added this to the Version 2.0.0 milestone May 12, 2023
@sebastianwessel sebastianwessel self-assigned this May 12, 2023
This was linked to issues May 12, 2023
@sebastianwessel sebastianwessel force-pushed the release_1_6_0 branch 2 times, most recently from b9b3339 to d76078b Compare May 14, 2023 21:30
@sebastianwessel sebastianwessel merged commit b16ac33 into master May 14, 2023
@sebastianwessel sebastianwessel deleted the release_1_6_0 branch May 14, 2023 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking change Change the breaks existing code bug Something isn't working enhancement add or extend existing functionality feature request requesting a new feature improvement improved code or handling package update some dependency package must be updated testing Related to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: MQTT eventBridge feat: Add Dapr eventbridge
1 participant