Skip to content

Releases: safing/portbase

v0.15.0

02 Aug 07:38
866cd48
Compare
Choose a tag to compare

Changelog:

1444756 Improve function naming
01c4fc7 Use new microtask function in api module
aabd4fe Fix microtask signaling and improve tests
fed9346 Update golangci-lint config
5db95ac Expose container.Gather
456a235 Remove deprecated code
7fec4f5 Add microtask queues and signaling
5bf056e Elaborate on open questions regarding CORS of browser extensions
119dbae Move security headers to the start of the router
2431914 Fix CORS preflight checks requiring authentication
d30c4f4 Automatically remove expired API keys from the setting
4c6b834 Add support for API token expiration
7ae64ed Bump github.com/VictoriaMetrics/metrics from 1.18.1 to 1.20.1

v0.14.6

29 Jul 14:01
edbe072
Compare
Choose a tag to compare

Changelog:

b001302 Add options to disable task repeating and schedule
f08f16a Add file-picker display hint

v0.14.5

22 Jun 13:33
d32e46a
Compare
Choose a tag to compare

Changelog:

aef3f52 Improve updater.Resource.Export() documentation
e7d9ee9 Improve log message formatting
efcea66 Add better handling for panics within api endpoint handlers
f3591e8 Fix update cycle to notification attach to module
8421b8f Add clean export function for updater.Resource
38d3c83 Add config.GetActiveConfigValues to export active config values
a8f7c33 Update Go CI workflow

v0.14.4

09 May 12:20
59e88b1
Compare
Choose a tag to compare

Changelog:

11b71d5 Add namespace and labels to go internal metrics

v0.14.3

05 May 09:04
2b73adf
Compare
Choose a tag to compare

Changelog:

ba6dee2 Restore http.Request body for http.HandlerFunc in api package
3f8f50a Allow tasks to schedule themselves in-task

v0.14.2

13 Apr 09:37
7797a54
Compare
Choose a tag to compare

Changelog:

8a16414 Add metrics comment for some additional info
dce16ad Add go profiling debug api endpoints

v0.14.1

21 Mar 15:13
ba802b2
Compare
Choose a tag to compare

Changelog:

a9b491c Add debug info for config options
deef6cd Mark config options as sensitive
1546261 Improve running commands
7f87e41 Enable parallel downloads of updates and fix EOF when unpacking archives

v0.14.0

01 Mar 15:12
9504c41
Compare
Choose a tag to compare

Changelog:

50b87e0 Display error notifications when config loading failed
bdd1bc2 Add proper validation errors to config module, enable soft-fail on start
7d144da Start config validity flag with invalid
874214e Improve validation error messages
92c16b1 Add optional validation function to config options

v0.13.6

14 Feb 15:18
Compare
Choose a tag to compare

Changelog:

d111f81 Update deps
cc1375e Fix go build flags

v0.13.5

14 Feb 13:16
95942bb
Compare
Choose a tag to compare

Changelog:

e6903c6 Annotate config option if changed and restart is required
f59ad03 Fix tests and linter warnings