This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
Releases: clintjedwards/basecoat
Releases · clintjedwards/basecoat
v4.0.0
v3.0.1
v3.0.1 (May 4, 2020)
Changes:
- Updating frontend npm packages to address security concerns
v3.0.0
v3.0.0 (January 20, 2020)
FEATURES:
Contractor frontend support
v2.1.0
v2.1.0 (December 27, 2019)
IMPROVEMENTS:
-
Migrated from packr to vfsgen: vfsgen uses go generate to gzip and embed
frontend files into the go binary. Moving away from packr allows us to stop
using the packr wrapper and go back to a normal go build -
Gzip compression: Added gzip compression on the frontend allowing smaller
file transfers
BUG FIXES:
- scripts: Fixed the populate DB script to use the correct localhost endpoints
v2.0.0
v2.0.0 (December 24, 2019)
IMPROVEMENTS:
-
Combined grpc endpoints: Combined previously seperate grpc-web and grpc endpoints
-
Cascading relationships: Moved the code which handled formula/jobs relationships to datastore
-
Auto TLS: Production binary now uses certmagic to automatically renew TLS
BUG FIXES:
- login: Fixing regression where user was previously unable to use enter to submit login
v1.0.2
v1.0.2 (December 22, 2019)
BUG FIXES:
- grpc-web: Actually fixing the issue where users can't log in
v1.0.1
v1.0.1 (December 22, 2019)
BUG FIXES:
- grpc-web: Fix and issue where http2 streams were being closed early