Skip to content

Releases: European-XFEL/zulip-write-only-proxy

v0.5.1

Choose a tag to compare

@RobertRosca RobertRosca released this 01 Apr 12:23

What's Changed

  • fix(frontend): disable frontend on static mount fail by @RobertRosca in #25
  • misc deployment fixes

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@tmichela tmichela released this 31 Mar 10:07
7558c71

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@RobertRosca RobertRosca released this 18 Mar 14:57
a8203ac

What's Changed

Full Changelog: v0.3.2...v0.4.0

v0.3.2

Choose a tag to compare

@RobertRosca RobertRosca released this 05 Feb 17:00

What's Changed

  • fix(build): add dynamic version back after uv migrate by @RobertRosca in #23
  • fix(mymdc/samples): handle fetching all samples for proposal id by @RobertRosca in #22

Full Changelog: v0.3.1...v0.3.2

v0.3.1

Choose a tag to compare

@RobertRosca RobertRosca released this 05 Feb 14:02

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@RobertRosca RobertRosca released this 05 Feb 13:50
4e8b5bc

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

Choose a tag to compare

@RobertRosca RobertRosca released this 02 Oct 14:46

What's Changed

  • fix(settings): fix settings initialisation

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@RobertRosca RobertRosca released this 02 Oct 14:37

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@RobertRosca RobertRosca released this 15 Nov 10:40

First release, includes basic functionality.

Full Changelog: https://github.com/European-XFEL/zulip-write-only-proxy/commits/v0.1.0

Merged PRs:

Endpoints

  • feat: add POST /send_message
  • feat: add PATCH /update_message
  • feat: add POST upload_file`
  • feat: add GET /get_stream_topics
  • feat: add GET /me
  • feat: add GET /health
  • feat: add POST /create_client
  • test: add tests for endpoints

Models

  • feat: add ScopedClient
  • feat: add AdminClient
  • test: add tests for models

Repositories

  • feat: add JSONRepository
  • test: add tests for repository

Deployment

  • feat: add Dockerfile
  • feat: add docker-compose.yml
  • feat: add GitHub Workflows for building and publishing images to ghcr