Skip to content

Releases: brensch/battleword

v0.7.0

06 Mar 09:19
621118c
Compare
Choose a tag to compare

Changelog

  • 4740c5c Create codeql-analysis.yml
  • 6beb4fb Merge pull request #56 from brensch/remove-docs
  • 621118c fix #40: added firestore and changed schema to avoid firestore error

v0.6.0

03 Mar 10:48
a3f6913
Compare
Choose a tag to compare

Changelog

  • 5f97bc4 Merge pull request #49 from brensch/fix-#47--add-auto-goreleaser
  • 9c0c9eb Merge pull request #51 from brensch/fix-#50--add-matchID-and-return-to-api-requests
  • a5a7be2 Merge pull request #53 from brensch/fix-#52--tidy-all-errors-and-logging
  • 9e1c87e Merge pull request #54 from brensch/fix-#41--remove-disqualifications
  • abca9ac fix #41: removed disqualifications, just skip game instead if player fails
  • f2516af fix #50: added UUID to match and init
  • 258d890 fix #50: backgrounded match playing and returning UID
  • 0fb3334 fix #52: added logrus for better logging
  • 146986f fix #52: added sensor for running in cloud run to set debug off
  • ae92bac fix #52: modified tests now that initmatch fails on player fail
  • 8d98d7c fix #52: returning all errors to api users
  • e340b0f fix #52: returning error from match init if player can't be contacted
  • a3f6913 remove docs

v0.5.5

03 Mar 06:55
b28f0f1
Compare
Choose a tag to compare

Changelog

  • b28f0f1 fix #47: added explicit go version to action

v0.5.3

19 Feb 07:09
ca09113
Compare
Choose a tag to compare

Changelog

  • ca09113 Merge pull request #37 from brensch/fix-#36--don't-run-out-of-sockets
  • 51f9d56 fix #36: added concurrency limitation and moved game timing closer to actual http call
  • 32a6c86 fix #36: incorrect assumption of where race condition existed fixed

v0.5.1

19 Feb 05:10
397cfff
Compare
Choose a tag to compare

Changelog

  • 397cfff Merge pull request #35 from brensch/fix-#34--add-user-id-to-results
  • f00e48c fix #34: add user id to match broadcast
  • a64e389 fix #34: display statistics in solvo based off user id

v0.4.1

18 Feb 10:06
b28273a
Compare
Choose a tag to compare

Changelog

  • cd501d8 fix #25: user definitions from api and all summaries done
  • 34fe3db fix #30: added flag for number of games in match
  • 7c298d2 fix #32: fix guess count bug
  • 6c68919 moved end of timing of move to avoid counting time taken to score them
  • e4884e2 website update

v0.3.3

16 Feb 10:07
74f0e25
Compare
Choose a tag to compare

Changelog

  • db89864 Merge pull request #26 from brensch/fix-#19--http-client-not-default
  • 74f0e25 Merge pull request #28 from brensch/fix-#27--fix-double-yellow-issue
  • c48ac52 fix #19: http client set given default and skipping secure verify
  • 09a6f22 fix #27: multiple yellow not being marked correctly

v0.3.2

16 Feb 06:53
d64ca2c
Compare
Choose a tag to compare

Changelog

  • d64ca2c Merge pull request #23 from brensch/fix-#16--broadcast-results-on-completion
  • b5d2105 fix #16: broadcasting results to solvers on completion

v0.3.0

16 Feb 05:56
09f4b66
Compare
Choose a tag to compare

Changelog

  • 09f4b66 Merge pull request #11 from brensch/fix-#10--play-multiple-games
  • 49e4761 fix #10: shifted to match centric structure
  • aa3ea92 fix #10: updated documentation with match based output

v0.2.3

12 Feb 08:56
bdc8f42
Compare
Choose a tag to compare

Changelog

  • bdc8f42 Merge pull request #9 from brensch/fix-#8--sensible-defaults
  • aa9bc48 fix #8: clarity in names and documentation