Releases: Valandur/Web-API
Releases · Valandur/Web-API
Web-API v4.2.0
- Allow hiding commands in console (implements #14)
- Add position when retrieving single blocks (implements #16)
- Updated to AdminPanel v0.2.0
- Add chat tab
- Add command tab
- Allow executing console commands
Web-API v4.1.2
- Fix plugin not being loaded by Sponge
Web-API v4.1.1
- Fix Web-API API not working
Web-API v4.1.0
- Add first version of the Web-API API (it's like PHP's RecursiveIteratorIterator, API-ception)
- Fix some servlets not returning "ok" property
- Improve startup output log
- Clean up swagger docs (internal)
- Add all new routes to swagger docs
- Add HTTPS support with custom keystore
- Add commands to list all AdminPanel users and change their passwords
- Update AdminPanel to Valandur/admin-panel@9b0ce54
Web-API v4.0.0
- Added an Admin-Panel to manage the server, available at
/admin[WIP] - Improved lots of serializers
- Add registry servlet to allow querying sponge registry (dimension types, entity types, etc.)
- Allow creating/updating/deleting worlds with POST,PUT and DELETE requests
- Fix various issues with worlds
- Allow including details in list endpoints (with
?details) - Allow creating/modifying/deleting entities with POST,PUT and DELETE requests
- Add
okboolean property to all endpoints - Add users that provide a username and password for temporary api keys
- Fix executing void methods on objects returning an error
- Fix inventory serialization
Web-API v3.5.1
- Fix players not being serialized properly
- Fix inventories for tile-entities and entities not working properly
- Fix options requests not being handled properly, and add CORS headers to all requests
Web-API v3.5.0
- Add interactive messages
- Add WebHook filters
- Improve method execution on objects
- Support text formatting on WebHook responses
- Add & update lots of documentation
- Fix block volumes throwing errors
- Improve class endpoint performance
- Improve method execution performance
Web-API v3.4.0
- Add web hooks responses that can send messages to players
- Add documentation for WebHooks
- Fix adding serializers for existing classes not working
- Fix empty permission nodes causing errors
Web-API v3.3.1
- Added InteractBlockEvent web hook
- Fixed errors with cached entity inventories
Web-API v3.3.0
- Added detailed permissions to all endpoints
- Updated & extended documentation