Skip to content

Releases: razzie/beepboop

beepboop v1.10

04 Aug 01:15
Compare
Choose a tag to compare
  • Handling Redis connection string
  • Added Sprig template functions

beepboop v1.9

17 Aug 18:52
Compare
Choose a tag to compare
  • Fixed TimeElapsed
  • Context is available from Session
  • Updated to go 1.16
  • Replaced go-bindata-assetfs with io/fs

beepboop v1.8

26 Nov 19:37
Compare
Choose a tag to compare
  • Added support for extra header fields

beepboop v1.7

11 Nov 01:20
Compare
Choose a tag to compare
  • Refactored access/session handling
  • Added WithCookie view option
  • Permanently redirect favicon.ico
  • Added demo project

beepboop v1.6

05 Nov 04:40
Compare
Choose a tag to compare
  • More compact request log
  • Added FileView
  • Added CustomErrorView
  • Proper cleanup of view resources
  • Added layout to context
  • Added AccessToken helper method to PageRequest
  • Switched to custom version of reqip

beepboop v1.5

26 Oct 22:53
Compare
Choose a tag to compare
  • Show either requester location or hostname, but not both
  • Interchangeable server layout
  • Added a way for pages to skip logging
  • Do not log static requests

beepboop v1.4

24 Oct 04:19
Compare
Choose a tag to compare
  • Added StaticAssetPage
  • Added AssetFSPage
  • Added a basic rate limiter support
  • Added middleware support
  • Exported the built in template FuncMap

beepboop v1.3

16 Oct 19:46
Compare
Choose a tag to compare
  • Replaced xid with new unique request ID generator
  • Show method in request log
  • Log full request URIs
  • Only use geoip client if exists

beepboop v1.2

14 Oct 19:47
Compare
Choose a tag to compare

New available html template functions: TimeElapsed, ByteCountSI and ByteCountIEC

beepboop v1.1

13 Oct 06:05
Compare
Choose a tag to compare
  • Logging API requests too
  • Render error only if error exists for API request
  • Added a way to distinguish API and page requests