Releases: servertap-io/servertap
Releases · servertap-io/servertap
ServerTap v0.1.2
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
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
- Added
/server/exec
for executing any server command (@ATechAdventurer, @Scarsz, #53, #57) - Fixed up status codes for lots of errors (@phybros, #59)
- Added bStats integration (@ATechAdventurer, #48)
- Moved
/broadcast
to/chat/broadcast
(@ATechAdventurer, #49) - Added
/chat/tell
to send messages to specific players (also @ATechAdventurer, #49) - Fixed the error message given when no economy plugin is found (@ATechAdventurer, #52)
- Lots of README updates (@phybros, #61)
- Fixed a bug where Swagger UI would just throw a 500 (@phybros, #63)
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
Another round of improvements
- Support for event-based webhooks
- Basic password-based authentication
ServerTap v0.0.4
Some cool improvements in this one
- New
/economy
endpoints - New
/scoreboard
endpoints - Better whitelisting
ServerTap v0.0.2
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
Initial release. Once the version number is over 1.0.0, it will be production ready.