Skip to content

Releases: Valandur/Web-API

Web-API v4.9.0

02 Dec 16:37
Compare
Choose a tag to compare
  • 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

07 Nov 10:23
Compare
Choose a tag to compare

Web-API v4.8.1

06 Nov 08:45
Compare
Choose a tag to compare

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 and change 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

15 Oct 18:59
Compare
Choose a tag to compare
  • Fix bug in EventView causing errors for hooks

Web-API v4.7.1

14 Oct 20:28
Compare
Choose a tag to compare
  • 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

13 Oct 15:53
Compare
Choose a tag to compare
  • 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

03 Oct 19:35
Compare
Choose a tag to compare

Web-API v4.6.2

24 Sep 18:59
Compare
Choose a tag to compare
  • 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

23 Sep 19:18
Compare
Choose a tag to compare
  • Support setting player health and max health
  • Update documentation to contain new player change route

Web-API v4.6.0

23 Sep 14:55
Compare
Choose a tag to compare
  • 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