Releases: Valandur/Web-API
Releases · Valandur/Web-API
Web-API v2.0
- Added webhooks
- Use jackson json instead of gson
- Rework config handling
- Rework/Remove raw endpoints
Web-API v1.9
- Add ability to execute commands with an arbitrary name
- Add command history to view past executions of commands
- Fix rate limit handler
Web-API v1.8
- Fix caching plugins causing server to not start properly
Web-API v1.7
- Fix raw data endpoints
- Implement method execution endpoints for most things [WIP]
- Add full classname to tile entities
Web-API v1.6
- Add raw data endpoints
- Add method invocation endpoints [WIP]
Web-API v1.5
- Added validity checks for entities
- Use SpongeAPI 6.0.0
Web-API v1.4
- Make cross-thread operations secure
- Add cache
- Add rate limit
- Add raw data to most cache objects
Web-API v1.3
- Add route for entities
- Add route for tile entities
- Add route for recipes (Waiting for sponge to implement)
- Unify json conversion (json objects of the same type should now always have the same format)
Web-API v1.2
- Fix permisions
- Change route names
- Add json to error routes
- Add comments to config files
- Add warning when using "*" permission in default permissions
Web-API v1.1
- Added commands to manage whitelist and blacklist ingame
- Simplified permissions