Skip to content

v1.8.0

Compare
Choose a tag to compare
@bengarrett bengarrett released this 08 Aug 06:11
· 87 commits to main since this release
e95f429

Changelog

  • a52c96c Merge pull request #56 from Defacto2/slog
  • d2cdc3d Merge pull request #57 from Defacto2/security
  • e95f429 Merge pull request #58 from Defacto2/tweak
  • 0f0734e add merchant fees
  • a406b26 better error handling for nil args
  • 0b967f0 breakout of config.go into sep files
  • 410f3f3 broken text files page
  • 79a9306 bug fixes
  • f7a088b changed the import path for sqlboiler
  • ffa795b currently broken with a panic
  • 8ce79a3 currently broken with a panic
  • 6e02cd1 finished golangci linter fixes
  • e7dfb6d fix for 500 template crash.
  • 8487622 fix for remote tests when timeouts occur
  • 0aa860e fix gitignore issue for logs pkg
  • d313612 fix to use abslog config
  • 459fea1 fixed some potential nil panics
  • 9682e87 fixed the output of c and a command flags
  • 07b0ab4 go mod update and comment fixes
  • 184a6c6 helper to zaplog migration
  • e8b9745 incomplete slog replacement for html3
  • bd20c92 incomplete slog replacement routing
  • 0e7460c lint corrections.
  • 3d4dcd9 logging mostly there, still needs some tweaking and save to file
  • 6b4857d mid 2025 update info
  • 839a4e6 middleware is fixed
  • cf443b0 model args checks
  • 54e4067 more arguments checks
  • 535d2e6 more lint fixes but still plenty to go
  • 84827c4 more zap to slog replacements, plus removed unused consts from internal config pkg
  • e880748 new form.checkname func
  • d9024f3 new internal panics package to unify the checks of nil pointers as arguments
  • 8ea68cf new links and names for releasers
  • 79c0b1a package updates
  • 39333c6 package updates
  • 6150535 panics tests for handler/app/
  • 04efcbf panics tests for handlers
  • ec4220b placeholder slog-multi that needs to be fleshed out
  • 00231b3 pre mass removal of methods
  • a01faf7 print strings
  • 9016bba printing of startup config is functional
  • b904e57 removed all mentions of volatiletech
  • 6345fd2 removed checks.go
  • 4759e31 removed hidden debugging statements and replaced with slog
  • bfe77ef removed testify from internal
  • a835110 removed testify from the remainder
  • 1cd043e removed the use of os.stdout and stderr
  • 4920c38 removed unused consts.
  • dbb27db removed unused errs
  • 5bfe16a removed unused errs for internal
  • 431aa6b removed unused errs for model
  • 9697382 removed unused tools
  • 017f150 removed unused unused js tools
  • b7d01e0 removed uses of fprint for console output
  • 79303fc removed zaplog pkgs
  • c15f611 rename internal/out to internal/logs
  • 8868364 replaced testify and improved the performance of the tests
  • 5448271 server with slog startsup
  • 329f8b9 slog implementation and our logs package is mostly complete.
  • 9649b4b startup now using slog
  • 0165600 test code
  • f50e0ef test code
  • c8edde2 test code
  • 4f1cdc2 test code
  • 7d2e710 test removals and fixes
  • 6e39a17 tweaking info texts
  • 77a2b02 tweaking repair texts
  • 8e3fa92 unit tests are functional again
  • 9ebcfe6 using root to openfiles.
  • bf02a80 using slog in config/fix[archive] packages
  • 95c6247 using slog with the handler but these are untested