Skip to content

Releases: geotribu/gischat

2.0.0

28 Oct 12:14
Compare
Choose a tag to compare

What's Changed

  • feature: handle users registration by @gounux in #30
  • feature: like message by @gounux in #31
  • feature: re-arrange message models to handle images by @gounux in #33
  • feature: send a geojson layer through websocket by @gounux in #35
  • test: split test files by @gounux in #36
  • test: send uncompliant messages if validation fails by @gounux in #37
  • feature: add max image size and max geojson features in rules endpoint by @gounux in #38
  • feature: store and serve last messages by @gounux in #39
  • fix: forbid multiple registrations with the same nickname by @gounux in #40
  • doc: add crs message type by @gounux in #41

Full Changelog: 1.2.1...2.0.0

1.2.1

08 Aug 10:15
Compare
Choose a tag to compare

What's Changed

  • feature: use pydantic validators for message checks by @gounux in #27
  • fix: fix websocket disconnect errors by @gounux in #28

1.2.0

26 Jul 08:24
Compare
Choose a tag to compare

What's Changed

  • feature: add known instances json file by @gounux in #24
  • feature: more verbose rules endpoint by @gounux in #25
  • feature: nicer web page by @gounux in #26

1.1.1

25 Jul 16:04
Compare
Choose a tag to compare

What's Changed

  • feature: add sentry integration by @gounux in #23

1.1.0

25 Jul 13:13
Compare
Choose a tag to compare

What's Changed

  • feature: add message compliance check by @gounux in #20
  • feature: add avatars by @gounux in #21
  • feature: add main language env var in rules endpoint by @gounux in #22

1.0.0

24 Jul 07:30
Compare
Choose a tag to compare

What's Changed

  • Test: add more websocket tests by @gounux in #18
  • Notify websockets with internal messages containing number of users in room by @gounux in #19

0.2.1

23 Jul 05:25
Compare
Choose a tag to compare

What's Changed

0.2.0

21 Jul 12:36
Compare
Choose a tag to compare

What's Changed

0.1.0

21 Jul 08:27
Compare
Choose a tag to compare
  • FastAPI setup
  • available rooms endpoint
  • websocket registration endpoint
  • websocket message forwards with notifier
  • docker image build
  • docker push to dockerhub and ghcr.io