Skip to content

Releases: tyzbit/go-discord-archiver

1.0.3

06 Feb 22:35
2d7ca58
Compare
Choose a tag to compare
  • Request rearchival by default, add server-specific setting.

Background and Intent

Archive.org rate-limits pretty heavily when looking up previously-archived pages, but does not seem to rate-limit nearly as badly when requesting a page be rearchived immediately.

Previously, logic was written so lookups were always done by default and it was configurable whether or not rearchival was requested. This was done with the intention of lessening the load on Archive.org, but the result was Archive.org always responded with 429 Too Many Requests. Now lookups are skipped by default and rearchival is requested immediately.

The result should be longer wait times for the archive URL but the bot should return a URL on the first attempt much more often, and the URL it returns will be as captured when the bot was first called.

1.0.2

06 Feb 21:47
bc33809
Compare
Choose a tag to compare
  • Bump go-archiver

1.0.1

06 Feb 21:20
aa9c0fe
Compare
Choose a tag to compare
  • Rebuild for highest version

0.5.1

06 Feb 21:16
aa9c0fe
Compare
Choose a tag to compare
  • Rebuild only, no changes since 0.5.0

0.5.0

06 Feb 21:14
aa9c0fe
Compare
Choose a tag to compare
  • Better error logging
  • Configurable retry logic

0.4.1

10 May 00:08
992e4af
Compare
Choose a tag to compare

require 🏛 emoji in order to act on 🔁 messages

0.4.0

09 May 23:13
b6a2b38
Compare
Choose a tag to compare

Add typing indicator when processing a message

0.3.1

03 May 23:31
707677c
Compare
Choose a tag to compare

Add necessary intent to receive GuildCreate event

0.3.0

28 Apr 13:26
Compare
Choose a tag to compare

Release with binaries

0.2.0

25 Apr 20:17
Compare
Choose a tag to compare

Add healthcheck endpoint on :8080/healthcheck