Skip to content

Releases: M3DZIK/go-pingbot

v3.1.2

21 Oct 21:26
228dc22
Compare
Choose a tag to compare

3.1.2 (2021-10-21)

Bug Fixes

  • deps: update module github.com/medzikuser/go-utils to v1 (#24) (228dc22)

Chores

  • remove print http UserAgent (1b938d0)

v3.1.1

19 Oct 21:23
Compare
Choose a tag to compare

3.1.1 (2021-10-19)

Bug Fixes

Chores

v3.1.0

15 Oct 19:18
Compare
Choose a tag to compare

3.1.0 (2021-10-15)

Feature

Chores

  • deps: upgrade golang.org/x/oauth2 (6629a3e)

v3.0.2

05 Oct 19:51
Compare
Choose a tag to compare

3.0.2 (2021-10-05)

Bug Fixes

  • deps: update module go.mongodb.org/mongo-driver to v1.7.3 (48780ad)

v3.0.1

24 Sep 14:01
Compare
Choose a tag to compare

3.0.1 (2021-09-24)

Bug Fixes

  • deps: update module github.com/joho/godotenv to v1.4.0 (343e8b8)

v3.0.0

15 Sep 19:34
Compare
Choose a tag to compare

3.0.0 (2021-09-15)

Breaking Changes

  • database: change _id field to url (8f64eb1)
BREAKING CHANGE: YOU MUST CHANGE `_id` TO `url` AND GENERATE ObjectID to `_id` IN MONGODB.
  • config: remove mongodb db and collection from .env (614054e)
BREAKING CHANGE: mongodb database and collection ISN'T LONGER IN ENV MUST BE IN config.toml, and RENAME MONGODB_URI to MONGO_URI IN .env.
Deleted node in config.

Bug Fixes

  • delete cluster option (not used in latest config) (7240621)

Chores

v2.8.3

08 Sep 19:50
Compare
Choose a tag to compare

2.8.3 (2021-09-08)

Bug Fixes

  • cache: retry attempts from 1 to 15 (5dd2c12)

Chores

  • disable auto updater if version is dev (6af384e)
  • deps: upgrade (fa03e08)
  • website: update getAll (22e7e1a)
  • retry: add retry from utils (b3decb1)

v2.8.2

04 Sep 13:07
Compare
Choose a tag to compare

2.8.2 (2021-09-04)

Bug Fixes

  • deps: update module github.com/medzikuser/go-utils to v0.4.0 (831eae6)

Chores

  • move db connect under opts param (d728e96)

v2.8.1

02 Sep 20:28
d1fd5be
Compare
Choose a tag to compare

2.8.1 (2021-09-02)

Bug Fixes

  • deps: update module go.mongodb.org/mongo-driver to v1.7.2 (cc9f0c8)

Chores

  • deps: upgrade (324863f)
  • opts: add option update e.g. to major version update (3391c94)
  • deps: upgraded golang.org/x/sys (15e09e8)

v2.8.0

30 Aug 13:42
Compare
Choose a tag to compare

2.8.0 (2021-08-30)

Feature

  • add timeout to stop after ping (set in config) (385f98e)

Chores

  • deps: upgraded github.com/klauspost/compress v1.13.4 => v1.13.5 (cca24ec)