Skip to content

Releases: Programie/Telegram2Elastic

4.0.0

03 Apr 17:29
856d6d6

Choose a tag to compare

  • Optional periodic import of history while listening for messages
  • Add support for Elasticsearch 9 in addition to Elasticsearch 8 (switch using version config property)
  • Switch to using uv as Python package manager
  • Use Alpine as base image for Docker image (decreases image size from over 900 MB down to around 180 MB)
  • Rename development branch from master to main

3.1.2

08 Nov 19:41

Choose a tag to compare

  • Fixed crash if username, first_name or last_name of sender are not defined (thanks to @cololi)
  • Use empty username and lastName and use "Deleted User" as firstName if sender user is not available/deleted (thanks to @cololi)

3.1.1

02 Oct 13:25

Choose a tag to compare

  • Fixed Docker build to use Python 3.10

3.1.0

01 Oct 15:29

Choose a tag to compare

  • Implemented downloading media (#3)
  • Implemented translating messages (#4)