This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
Releases: wireapp/charon
Releases · wireapp/charon
0.2.1
Full Changelog: 0.1.9...0.2.1
0.2.0
What's Changed
- Introduce common deployment pipelines by @LukasForst in #2
- Update pipelines to latest version by @LukasForst in #4
- Bump jinja2 from 2.11.1 to 2.11.3 by @dependabot in #5
- Bump flask-restx from 0.2.0 to 0.5.1 by @dependabot in #6
- Bump setuptools from 65.5.0 to 65.5.1 by @dependabot in #11
- Bump redis from 4.3.4 to 4.5.3 by @dependabot in #13
- Bump werkzeug from 2.1.2 to 2.2.3 by @dependabot in #12
New Contributors
- @dependabot made their first contribution in #5
Full Changelog: 0.1.5...0.2.0
0.1.9
What's Changed
- Update pipelines to latest version by @LukasForst in #4
- Bump jinja2 from 2.11.1 to 2.11.3 by @dependabot in #5
- Bump flask-restx from 0.2.0 to 0.5.1 by @dependabot in #6
- Prod release by @LukasForst in #7
- 0.1.8 by @LukasForst in #8
- 0.1.9 by @LukasForst in #9
New Contributors
- @dependabot made their first contribution in #5
Full Changelog: 0.1.6...0.1.9
Development update
Release using reworked pipelines with upload to GCR
Release with pipelines notifications
This release does not bring anything new, just pipelines were updated and now the pipelines are posing to our Wire conversations.
HTTPS Swagger fix
This release fixes issue when Swagger couldn't be loaded when running on HTTPS.
Support for author field in attachments
Styling for the attachments
Support for conversation deletion
Charon now reacts on the message from roman conversation.bot_removed
and removes the conversation from the Redis.
Support for webhooks
- Charon now supports Slack's webhook API. For more details see README.
- Charon now runs on
gunicorn
in the production environment - registration endpoints were moved