Releases: Valandur/Web-API
Releases · Valandur/Web-API
Web-API v4.9.0
- Add support for custom keystore passwords
- Add support for X-Forwarded-For headers and proxies
- Add tons of new data views (almost all DataHolders are now supported)
- Fix player json not being simple when in list
- Fix an issue with EnderIO
- Update to AdminPanel v0.5.2
- Add enchantments to item stacks
- Make inventory collapsible
- Add more infos to player, entity & tile-entity views
- Improve information on map view
- Fix sentry/raven not working
Web-API v4.8.2
- Fix NPE in StatisticsDataView. Fixes #50 and Valandur/admin-panel#1
- Fix memory issue due to undisposed graphics objects. Fixes #49
Web-API v4.8.1
This release fixes compatibility with Sponge API 7 after cause refactor. So if you're using one of the newest Sponge API 7 versions and you've had errors spammed in your console this should fix it!
- Fix incorrect default config for hooks
- Add better error messages for config and hook failures
- Add deserializer for ItemStack and BlockState (removes the need for ItemStackRequest and BlockStateRequest)
- Improve server properties endpoint
- Fix API Servlet trying to set header when response is already provided
- Improve block operations
- Add
create
andchange
endpoints for HuskyCrates - Fix compatibility with Sponge API 7 after cause refactor
- Update to AdminPanel v0.5.1
- Create a general DataView that can be used for most pages
- Improve HuskyCrates integration to allow creating and editing crates
- Improve Inventory and ItemStack components
Web-API v4.7.2
- Fix bug in EventView causing errors for hooks
Web-API v4.7.1
- Fix
form
config option not working for webhooks - Update documentation about serialization with views and annotations
- Only return xml data when explicitly requested. Don't add root node for json
- Use github for update check to avoid certificate errors
- Fix inflated jar files because of duplicate dependencies
Web-API v4.7.0
- Add XML support
- Add documentation for Web-API API (How to make your own servlet)
- Add location header and return 201 response when creating resources
- Add endpoints to message servlet to get all sent and infos about a single message
- Improve serialization by moving important things into Web-API API and using mostly annotations not serializers
- Fix & clean up integrations code
- Add x-webapi-key as an allowed CORS header
- Update documentation to support swagger codegen
- Clean up gradle dependencies
Web-API v4.6.3
- Add RedProtect integration support
- Normalize command permissions Make sure to update yours, check the new command documentation
- Add documentation for commands
- Support sending messages to multiple players at once
- Fix missing message properties causing errors
- Add documentation for messages
- Fix some serializer permissions
Web-API v4.6.2
- Fix error with caching commands
- Update docs for tile entity endpoint
- Add source to notify commands/aliases
- Update to AdminPanel v4.6.2
Web-API v4.6.1
- Support setting player health and max health
- Update documentation to contain new player change route
Web-API v4.6.0
- Fix husky crates integration
- Add MMCTickets integration
- Add world and type filters to tile entities
- Allow limiting the number of tile entities retrieved
- Support setting player food level, saturation, exhaustion, level and experience
- Support multiple @WebAPIEndpoint annotations on one method
- Update to AdminPanel v0.4.1