Skip to content

Releases: algolia/sup3rS3cretMes5age

v0.4.3

01 Dec 09:12

Choose a tag to compare

What's Changed

  • Apply docker scout recommandations by @jjacque in #126
  • chore: update code owners by @jjacque in #130
  • Add comprehensive GitHub Copilot instructions for development workflow by @Copilot in #129
  • chore: update go to 1.25 by @jjacque in #133
  • chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.45.0 by @dependabot[bot] in #134
  • chore(deps): bump github.com/hashicorp/vault from 1.16.3 to 1.21.0 by @dependabot[bot] in #132

New Contributors

  • @Copilot made their first contribution in #129

Full Changelog: v0.4.1...v0.4.3

v0.4.1 Remove jQuery dependency (and various updates)

19 Aug 10:12

Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.6.0 by @dependabot[bot] in #102
  • chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 by @dependabot[bot] in #105
  • chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot[bot] in #108
  • Use testify/assert by @jjacque in #103
  • Update go to 1.24 and some dependencies by @jjacque in #117
  • chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot[bot] in #112
  • chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 by @dependabot[bot] in #113
  • chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5 by @dependabot[bot] in #110
  • chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.35.0 by @dependabot[bot] in #114
  • chore(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.27.0 by @dependabot[bot] in #118
  • chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 by @dependabot[bot] in #121
  • chore(deps): bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 by @dependabot[bot] in #119
  • chore(deps): bump golang.org/x/net from 0.26.0 to 0.38.0 by @dependabot[bot] in #115
  • chore: update Go to 1.24.5 and Echo to v4.13.4 by @eranchetz in #123
  • Take advantages of echo middlewares by @jjacque in #104
  • chore(deps): bump github.com/docker/docker from 27.2.1+incompatible to 28.0.0+incompatible by @dependabot[bot] in #125
  • Feat/remove jquery update clipboard by @eranchetz in #122

Full Changelog: v0.4.0...v0.4.1

v0.4.0 Repository refacto and various updates

12 Jun 05:55
ee08a3d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0 Add support for Kubernetes with Helm

01 Feb 08:18
ce43c3c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.5...v0.3.0

Upgrade to Echo v4

14 Feb 11:19

Choose a tag to compare

Notes:

jQuery update and new slider

12 Feb 15:27
e84823b

Choose a tag to compare

Merge pull request #70 from algolia/slider

Slider + jQuery 3.x update

Updated dependancies and golang version

20 Apr 09:07

Choose a tag to compare

0.2.3

update golang to 1.15 and update dependancies

Remove JQuery and cleaner html

04 Jan 14:27
e5e045b

Choose a tag to compare

  1. [UI] JQuery was removed as a dependency (thanks to @Haroenv 🏆 )
  2. [UI] Cleaner html

Vendor Assets

03 Jan 12:42
5b64835

Choose a tag to compare

  1. Vendor external assets
    a. JQuery
    b. Javascript
    c. Fonts

Make sup3rS3cretMes5age simple again

19 Aug 14:31
e04ea6d

Choose a tag to compare

  1. [fix] removed local dependency for go
  2. [fix] go build is done inside docker
  3. [fix] docker multi layered build
  4. [fix] removed NGINX dependency (!!) (autoTLS is now done in supersecret code with echo.AutoTLS)
  5. Makefile simplified
  6. [feature] added ability to custom message expire time
  7. Updated README