Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Releases: clintjedwards/basecoat

v4.0.0

27 Feb 22:36
a5c0889
Compare
Choose a tag to compare

v4.0.0 (February 27, 2021)

Various fixes

v3.0.1

04 May 16:34
58fb265
Compare
Choose a tag to compare

v3.0.1 (May 4, 2020)

Changes:

  • Updating frontend npm packages to address security concerns

v3.0.0

21 Jan 00:37
801b266
Compare
Choose a tag to compare

v3.0.0 (January 20, 2020)

FEATURES:

Contractor frontend support

v2.1.0

27 Dec 20:19
bfeb02c
Compare
Choose a tag to compare

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

24 Dec 21:18
e3b8d54
Compare
Choose a tag to compare

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

22 Dec 20:43
b252e4c
Compare
Choose a tag to compare

v1.0.2 (December 22, 2019)

BUG FIXES:

  • grpc-web: Actually fixing the issue where users can't log in

v1.0.1

22 Dec 19:46
482072d
Compare
Choose a tag to compare

v1.0.1 (December 22, 2019)

BUG FIXES:

  • grpc-web: Fix and issue where http2 streams were being closed early

v1.0.0

21 Dec 23:52
c43f93e
Compare
Choose a tag to compare

v1.0.0 (December 21, 2019)

Initial release