Skip to content

Releases: tinyauthapp/analytics

v1.1.0

19 Apr 09:18
f6a5db5

Choose a tag to compare

What's Changed

Warning

The image was moved from ghcr.io/steveiliop56/tinyauth-analytics to ghcr.io/tinyauthapp/analytics. There is no longer a separate dashboard package as it's now hosted under the /dashboard path on the server itself. This change is backwards compatible and will continue to work with previous versions of the separate dashboard package, but from now on, no dashboard docker images will be released.

  • refactor: move dashboard out of separate package by @steveiliop56 in #24
  • chore(deps): bump docker/login-action from 3 to 4 by @dependabot[bot] in #21
  • chore(deps): bump actions/download-artifact from 4 to 8 by @dependabot[bot] in #22
  • chore(deps): bump modernc.org/sqlite from 1.48.0 to 1.48.1 in the minor-patch group by @dependabot[bot] in #23
  • feat: add badge endpoint for shields.io by @steveiliop56 in #25

Full Changelog: v1.0.2...v1.1.0

v1.1.0-beta.3

18 Apr 17:17
f6a5db5

Choose a tag to compare

v1.1.0-beta.3 Pre-release
Pre-release
fix: add badge handler in dockerfile

v1.1.0-beta.2

18 Apr 16:14
ee91986

Choose a tag to compare

v1.1.0-beta.2 Pre-release
Pre-release
chore: add review comments for #24

v1.1.0-beta.1: chore(deps): bump modernc.org/sqlite in the minor-patch group (#23)

18 Apr 14:16
fdfed42

Choose a tag to compare

Bumps the minor-patch group with 1 update: [modernc.org/sqlite](https://gitlab.com/cznic/sqlite).


Updates `modernc.org/sqlite` from 1.48.0 to 1.48.1
- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.48.0...v1.48.1)

---
updated-dependencies:
- dependency-name: modernc.org/sqlite
  dependency-version: 1.48.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.0.2

01 Apr 16:51
bbd6b4b

Choose a tag to compare

What's Changed

  • chore(deps): bump the minor-patch group with 2 updates by @dependabot[bot] in #14
  • chore(deps): bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #15
  • chore(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #16
  • chore(deps): bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #17
  • chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #18
  • chore(deps): bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #19
  • chore(deps): bump modernc.org/sqlite from 1.46.1 to 1.48.0 in the minor-patch group by @dependabot[bot] in #20

Full Changelog: v1.0.1...v1.0.2

v1.0.2-beta.1

01 Apr 16:06

Choose a tag to compare

v1.0.2-beta.1 Pre-release
Pre-release
chore: enable github action updates in dependabot

v1.0.1

05 Mar 17:10

Choose a tag to compare

What's Changed

  • chore(deps): bump the minor-patch group across 1 directory with 2 updates by @dependabot[bot] in #13

Full Changelog: v1.0.0...v1.0.1

v1.0.1-beta.1

05 Mar 15:16
6c6133b

Choose a tag to compare

v1.0.1-beta.1 Pre-release
Pre-release
Merge pull request #13 from steveiliop56/dependabot/go_modules/minor-…

v1.0.0

26 Dec 16:01
d9b0e35

Choose a tag to compare

Breaking changes

  • The environment variable DB_PATH has been renamed to DATABASE_PATH

What's Changed

  • refactor: rewrite app with chi and sqlc by @steveiliop56 in #10
  • chore(deps): bump alpine from 3.22 to 3.23 by @dependabot[bot] in #8
  • chore(deps): bump modernc.org/sqlite from 1.40.1 to 1.41.0 in the minor-patch group by @dependabot[bot] in #11

Full Changelog: v0.3.0...v1.0.0

v1.0.0-beta.1

15 Dec 17:57

Choose a tag to compare

v1.0.0-beta.1 Pre-release
Pre-release
chore: remove log level from vs code config