Skip to content

Releases: ONLYOFFICE-QA/telegram-github-changes-bot

v1.0.0

22 Jan 15:01
f1e8ae1
Compare
Choose a tag to compare

1.0.0 (2021-01-22)

New Features

  • Add ruby-3.0 to CI
  • Add Docker build check in CI

Changes

  • Use ruby:3.0-alpine as default base image

Fixes

  • Fix hadolint DL3025 issue

v0.3.0

21 Dec 14:30
dde6ce5
Compare
Choose a tag to compare

0.3.0 (2020-12-21)

New Features

  • Add dependabot config
  • Add rubocop-rake support

Changes

  • Allow failures on ruby-head in CI
  • Fix new warnings from rubocop v0.93.0 update
  • CI only on current stable ruby and ruby-head
  • Remove support of codecov, use pure simplecov

v0.2.0

31 Aug 07:17
515577d
Compare
Choose a tag to compare

0.2.0 (2020-08-31)

Changes

  • Send message in html parse mode
  • Drop support of ruby 2.4, since it's EOLed

v0.1.0

12 Aug 11:07
556743a
Compare
Choose a tag to compare

0.1.0 (2020-08-12)

New Features

  • Show version number in changes link
  • Ability to get changes from specific version: ask /get_changes 3.8.0-208
  • Move setting tag filter to config file
  • More string checking for filter tags, after tags filter should be version numbers
  • Move regexp for version to config file
  • Some refactor
  • Correctly ignore Telegram 502 error
  • Major refactor in handling repo refs
  • Use refs instead of tags
  • Show more detailed message if specified ref - is the latest
  • Force pagination - without it some data meay be lost
  • Do not install test gems in dockerfile
  • Add logging of fetching changes
  • Fix new warnings from rubocop v0.89.0 update
  • Support of markdownlint in travis-ci
  • Increase test coverage to 100%
  • Add option to GithubRepoChanges.new to force read config from file
  • Increase documentation to 100%
  • Use GitHub Actions instead of Travis CI
  • Add yard as dev dependency

Fixes

  • Fix warning for bundle install (user bundle config set without)

Changes

  • Use alpine as base image
  • GITHUB_USER_NAME and GITHUB_USER_PASSWORD changed
    to CHANGES_BOT_GH_USER nad CHANGES_BOT_GH_PASS
  • Remove unused version_regex attr_reader

v0.0.2

12 Aug 11:07
Compare
Choose a tag to compare

0.0.2

New Features

  • Show only repos with new changes

v0.0.1

12 Aug 11:07
Compare
Choose a tag to compare

0.0.1

  • Initial Release