Skip to content

Releases: Valandur/Web-API

Web-API v4.2.0

29 Jun 18:19

Choose a tag to compare

Web-API v4.2.0 Pre-release
Pre-release
  • 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

27 Jun 21:22

Choose a tag to compare

Web-API v4.1.2 Pre-release
Pre-release
  • Fix plugin not being loaded by Sponge

Web-API v4.1.1

26 Jun 16:19

Choose a tag to compare

Web-API v4.1.1 Pre-release
Pre-release
  • Fix Web-API API not working

Web-API v4.1.0

26 Jun 15:12

Choose a tag to compare

Web-API v4.1.0 Pre-release
Pre-release
  • 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

23 Jun 21:31

Choose a tag to compare

Web-API v4.0.0 Pre-release
Pre-release
  • 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 ok boolean 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

02 Jun 22:37

Choose a tag to compare

  • 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

30 May 09:10

Choose a tag to compare

  • 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

22 May 12:12

Choose a tag to compare

  • 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

21 May 15:35

Choose a tag to compare

Web-API v3.3.1 Pre-release
Pre-release
  • Added InteractBlockEvent web hook
  • Fixed errors with cached entity inventories

Web-API v3.3.0

20 May 15:36

Choose a tag to compare

Web-API v3.3.0 Pre-release
Pre-release
  • Added detailed permissions to all endpoints
  • Updated & extended documentation