Skip to content

Releases: servertap-io/servertap

ServerTap v0.1.2

22 Aug 16:24
Compare
Choose a tag to compare

A small release that adds an important feature: CORS support.

Instructions from the README:

By default, ServerTap allows cross-origin requests from any origin (*). To change this, change the corsOrigins
setting in the config file.

Example:

corsOrigins:
  - https://mysite.com

The setting supports as many origins as you want, just add them to the array.

ServerTap v0.1.1

12 May 00:34
Compare
Choose a tag to compare

An exciting new release! We bumped the version up to 0.1.0 and then made even more changes, so 0.1.1 it is!

Changes

This is also the first release not to have the Pre-release flag 😎

Known Issues

  • OpenApi spews tons of WARNs into the logs when viewing /swagger (#60)
  • Incorrect item id in Inventory Route when using Forge + Spigot (#41)

Don't forget to join the Discord if you have any questions! https://discord.gg/tG4AEt7

ServerTap v0.0.5

18 Nov 17:48
Compare
Choose a tag to compare
ServerTap v0.0.5 Pre-release
Pre-release

Another round of improvements

  • Support for event-based webhooks
  • Basic password-based authentication

ServerTap v0.0.4

18 Nov 02:50
Compare
Choose a tag to compare
ServerTap v0.0.4 Pre-release
Pre-release

Some cool improvements in this one

  • New /economy endpoints
  • New /scoreboard endpoints
  • Better whitelisting

ServerTap v0.0.2

19 May 03:35
Compare
Choose a tag to compare
ServerTap v0.0.2 Pre-release
Pre-release

So many changes since v0.0.1!

  • New routes for viewing players' inventories (even when they're offline)
  • API automatically documented in OAS using Swagger (hit /swagger to see it in action!)
  • Worlds and Players are now always referenced by their UUIDs, not names
  • Worlds can be saved on-demand by POSTing to /world/{uuid}/save
  • New website up at https://servertap.io

Contributors

ServerTap v0.0.1

16 May 17:11
Compare
Choose a tag to compare
ServerTap v0.0.1 Pre-release
Pre-release

Initial release. Once the version number is over 1.0.0, it will be production ready.