Skip to content

Releases: MikeSafonov/jira-telegram-bot

v1.7.0

12 Dec 11:04
Compare
Choose a tag to compare

⭐ New features

  • add new value for IssueEventTypeName - ISSUE_REOPENED (d555c9a)

🪲 Bug fixes

  • fixed /remove_user command when user linked to tags (f3e9996)

🔨 Dependencies

  • Upgrade to log4j 2.15.0 (CVE-2021-44228)
  • Upgrade to telegrambots-spring-boot-starter 5.3.0
  • Upgrade to Testcontainers 1.16.0
  • Upgrade to mockk 1.10.5

v1.6.0

15 Dec 10:24
Compare
Choose a tag to compare

⭐ New features

🔨 Dependencies

  • Upgrade to Kotlin 1.4.20
  • Upgrade to Freemarker 2.3.30
  • Upgrade to kotest 4.3.1
  • Upgrade to kotlin-logging 2.0.3
  • Upgrade to testcontainers 1.15.0
  • Upgrade to mockk 1.10.3

v1.5.0

26 Nov 09:24
Compare
Choose a tag to compare

⭐ New features

  • Allow send messages greater then 4096 symbols (bb55ddc)

⬆️ Improvements

  • Improved logging for TelegramApiRequestException (8cfbea5)

v1.4.0

21 Nov 12:50
Compare
Choose a tag to compare

⭐ New features

🪲 Bug fixes

  • Allow command /me for anonymous users (251eb0c)

🔨 Dependencies

  • Upgrade to Spring Boot 2.2.1
  • Upgrade to Kotlin 1.3.60
  • Upgrade to Freemarker 2.3.29
  • Upgrade to jira-rest-java-client-core 5.1.6
  • Upgrade to google-oauth-client 1.30.4
  • Upgrade to kotlin-logging 1.7.7
  • Upgrade to Testcontainers 1.12.3
  • Upgrade to Gradle 5.6.2

v1.3.0

10 Aug 11:34
Compare
Choose a tag to compare

Improvements

  • notifications for mentioned users in issue comment (61806f4)
  • added detailed messages for /auth and /my_issues commands (cf1c48d)

Changes

  • removed unnecessary property jira.bot.template.type (07756f1)

v1.2.1

30 Jul 09:21
Compare
Choose a tag to compare

Bug fixes

  • fixed 1.0.4 migration for mysql (58f601e)
  • fixed bug with replacing users message (957fcaa)

v1.2.0

29 Jul 14:34
Compare
Choose a tag to compare

New features

  • new telegram command /my_issues to show all unresolved issues assigned to user (5a51e76)

Improvements

  • updated /help command
  • added mutation tests via pitest (3a7c294)
  • integration with codecov (ddced78)

Dependencies

  • Update Kotlin to 1.3.41
  • Update Spring Boot to 2.1.6

v1.1.0

16 May 14:16
Compare
Choose a tag to compare

New features

  • Integration with Jira OAuth
  • Monitoring using Prometheus
  • Build-info properties with project meta information

Improvements

v1.0.1

07 Mar 08:32
Compare
Choose a tag to compare
  • add support for issue_assigned issue type
  • new properties: connectionTimeout, connectionRequestTimeout and socketTimeout

v1.0.0

28 Feb 09:26
Compare
Choose a tag to compare
  • processing Jira webhook issue events
  • notification templating (using Apache FreeMarker template engine by default)
  • support several databases (PostgreSQL, MySQL, H2)
  • admin & users bot commands