Skip to content

Releases: tildeinstitute/tildewiki

v0.6.4

08 Feb 07:42
44c4097
Compare
Choose a tag to compare

Cleanup release. Refactored index/page caches.

v0.6.3

02 Jun 08:08
0a1d9cc
Compare
Choose a tag to compare

Extended Logging & Bugfixes

3b79257 Passing request IP as context
8800ab4 Additional concurrent object access protection
4787b4d Logging IP and User-Agent for requests/errors
202b092 Fixed malformed errors

v0.6.2

11 May 06:10
a0654df
Compare
Choose a tag to compare

Changelog

3b0c092 Gzipped HTTP responses
95330ef Reorganized logging; gracefully closing logfiles with channels for signaling; catching ^C
4b687fb Made unreachable code block accessible again

v0.6.1

10 May 01:27
439e4fb
Compare
Choose a tag to compare

Changelog

f39a1e9 Nil pointer runtime bug when adding new pages fixed
4ba1736 Dependencies updated
9a7b10a Pulling a page from cache is now its own function, to manage mutex use
20ad79d Cleaned up HTTP handler functions
ae8f487 Refactored indexPage.checkCache() and tallyPages()
3880d20 Refactored genPageCache()
bee2bb0 On config file change, all pages re-cache on next load
920e2ea Fixed race condition in initial cache generation
52149b3 Config file info moved to its own object
0cd8754 Changed config file locations
fb9bd7b Minimum Go version is now 1.11 instead of 1.12
f7699e8 interface 'cacher' being used
329d288 Sending ETag Headers

v0.6.0

09 May 04:42
5892305
Compare
Choose a tag to compare

Changelog

4ba1736 Dependencies updated
9a7b10a Pulling a page from cache is now its own function, to manage mutex use
20ad79d Cleaned up HTTP handler functions
ae8f487 Refactored indexPage.checkCache() and tallyPages()
3880d20 Refactored genPageCache()
bee2bb0 On config file change, all pages re-cache on next load
920e2ea Fixed race condition in initial cache generation
52149b3 Config file info moved to its own object
0cd8754 Changed config file locations
fb9bd7b Minimum Go version is now 1.11 instead of 1.12
f7699e8 interface 'cacher' being used
329d288 Sending ETag Headers

v0.5.3

06 May 05:55
4610443
Compare
Choose a tag to compare

Changelog

26474d3 added handlers to view error pages, and added preliminary tests for each
fb9bd7b changed min go version to 1.11
0cd8754 changed order of conf file search, reformatted config
085744a commented and cleaned up some tests
920e2ea fixed race condition
2eb9fae goreleaser config
b365c04 indexCache is now a pointer to an indexPage
52149b3 moved config file info to a struct rather than calling fields individually
181dcaa moved error404() and error500() to handlers.go
f7699e8 new interface cacher being used
bee2bb0 on config file change, pages recache on next load