Skip to content

Releases: Valandur/Web-API

Web-API v2.0

12 Mar 18:30
Compare
Choose a tag to compare
Web-API v2.0 Pre-release
Pre-release
  • Added webhooks
  • Use jackson json instead of gson
  • Rework config handling
  • Rework/Remove raw endpoints

Web-API v1.9

27 Feb 22:38
Compare
Choose a tag to compare
  • 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

20 Jan 02:04
Compare
Choose a tag to compare
  • Fix caching plugins causing server to not start properly

Web-API v1.7

19 Jan 02:59
Compare
Choose a tag to compare
  • Fix raw data endpoints
  • Implement method execution endpoints for most things [WIP]
  • Add full classname to tile entities

Web-API v1.6

18 Jan 02:38
Compare
Choose a tag to compare
  • Add raw data endpoints
  • Add method invocation endpoints [WIP]

Web-API v1.5

15 Jan 19:37
Compare
Choose a tag to compare
  • Added validity checks for entities
  • Use SpongeAPI 6.0.0

Web-API v1.4

14 Jan 04:10
Compare
Choose a tag to compare
  • Make cross-thread operations secure
  • Add cache
  • Add rate limit
  • Add raw data to most cache objects

Web-API v1.3

15 Nov 17:30
Compare
Choose a tag to compare
  • 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

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

11 Nov 16:34
Compare
Choose a tag to compare
  • Added commands to manage whitelist and blacklist ingame
  • Simplified permissions