Skip to content

Releases: mtlynch/logpaste

0.3.4

30 Mar 16:30
1873f21

Choose a tag to compare

What's Changed

Full Changelog: 0.3.3...0.3.4

0.3.3

30 Mar 16:12
28bdf71

Choose a tag to compare

What's Changed

  • Add arm builds by @mtlynch in #250
  • Publish release binaries to GitHub on tagged releases by @mtlynch in #249
  • Upgrade go-sqlite3 to fix build failure on musl libc by @mtlynch in #243
  • Use real datastore instead of mock datastore in tests by @mtlynch in #172

Full Changelog: 0.3.2...0.3.3

0.3.2

29 Mar 23:21
cf12f76

Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

29 Mar 12:39
5509d61

Choose a tag to compare

What's Changed

  • Fix bash command for litestream docker-entrypoint by @mtlynch in #217
  • Fix documentation for -showdocs flag by @mtlynch in #214

Full Changelog: 0.3.0...0.3.1

0.3.0

26 Mar 20:43
af9b13e

Choose a tag to compare

What's Changed

  • Get rid of environment variables for flags by @mtlynch in #200
  • Add better debugging output to docker_entrypoint by @mtlynch in #203

Breaking changes

Most environment variables have changed in this release, so review environment variables before upgrading.

Environment variables like SITE_TITLE and SITE_FOOTER have been removed, as they turned out to be redundant to command-line flags you can add (see README for details).

Full Changelog: 0.2.9...0.3.0

0.2.9

04 Dec 01:31
a883a44

Choose a tag to compare

New Contributors

Full Changelog: 0.2.8...0.2.9

0.2.8

15 Aug 04:48
20a9758

Choose a tag to compare

  • Security: Apply MaxBytesReader before parsing multipart form (prevents malicious large uploads) by @mtlynch in #152
  • Improve logging when running behind an HTTPS proxy by @mtlynch in #153

Full Changelog: 0.2.7...0.2.8

0.2.7

25 Jul 22:06
621e43f

Choose a tag to compare

0.2.6

25 Jul 21:53
e88959d

Choose a tag to compare

Full Changelog: 0.2.5...0.2.6

0.2.5

05 Dec 19:30
2b9fc19

Choose a tag to compare

  • Updates to Litestrream 0.3.7
  • Reduces the container image size by 60% by switching to an alpine-based base image.