Skip to content

Commit

Permalink
Version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Apr 1, 2021
1 parent 5c9724f commit b4efb8b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,31 @@ This list is not comprehensive, and only lists new features and major changes,
but not every minor bugfix. The goatcounter.com service generally runs the
latest master.


2021-04-02 v2.0.2
-----------------
- Fix migration order.

- Don't display the expected "Memstore.Init: json: cannot unmarshal number /
into Go struct field storedSession.paths of type int64" error log on startup;
this got displayed once, but was a bit confusing.

- Display a message on startup after the first update to direct people towards
the 2.0 release notes and "goatcounter reindex".


2021-03-29 v2.0.1
-----------------
- Fix migrations 🤦 They worked when they were written, but a bunch of things
changed in GoatCounter and some older ones didn't run any more.

- Add `-test` flag to `goatcounter db migrate` to rollback a migration, so it's
easier to test if migrations will run correctly without actually changing the
database.


2021-03-29 v2.0.0
-----------------

The version is bumped to 2.0 because this contains a number of incompatible
changes: several CLI commands got changed, and it includes some large database
migrations – running them is a bit more complex than the standard migrations.
Expand Down

0 comments on commit b4efb8b

Please sign in to comment.