Releases: Valandur/Web-API
Releases · Valandur/Web-API
Web-API v4.5.0
- Show messages when integrations are active
- Fix & Update integrations
- Update Sentry version
- Allow setting entity & player inventories
- Fix tameable data
- Fix players throwing errors when joining on API 7. Fixes #33
- Add support for form-urlencoded data
- Add WebBooks integration [WIP]
Web-API v4.4.5
- Fix map servlet throw errors for certain biomes
- Fix sentry errors containing wrong context data
- Fix update check reporting new version when sponge-version doesn't match
- Fix various issues related to caching
- Fix serializers throwing errors on writeStartObject
Web-API v4.4.4
- Fix not providing a request body causing errors. Fixes #22
- Fix not providing a username causing errors. Fixes #23
- Fix async tasks causing null values in stat history. Fixes #24
- Remove error and sentry log for ports that are in use or not accessible. Fixes #25
- Fix error when trying to parse empty body to java object. Fixes #26
- Add cache for registry classes. Fix possible issues with async calls. Fixes #27
Web-API v4.4.3
- Add update check
- Fix recursion bug with Sentry
- Update dependencies
Web-API v4.4.2
- Add more information to Sentry log messages and fix some issues
- Fix cached commands throwing errors when reloading
- Move default HTTPS port to 8081, and warn when a port is below 1024
Web-API v4.4.1
- Various fixes and improvements for sentry error logging
- Update docs to match endpoints
- Add "ok" property to some endpoints that didn't have it yet
- Fix concurrency issues with server stats
- Fix errors when requesting server properties
Web-API v4.4.0
- Add integrations for other plugins, so that they have endpoints and show up in the admin panel
- Nucleus
- HuskyCrates
- Add documentation for Web-API API
- Add endpoints for chunks
- Update documentation for block operations
- Add endpoint to show loaded servlets
- Remove entities when they expire
- Add "once" field to message so players can only reply once
- Improve serialization of items & add damage cause serializer
- Add bStats for statistics
- Add Sentry for error logging
- Remove parameters from hook URL and headers
- Update to AdminPanel v0.3.1
- Add integrations for other plugins
- Use semantic-ui instead of react-strap (removes the need for jquery)
- Add wait lines and wait time to command execution
- Add Sentry for error logging
- Add info messages to unfinished pages
Web-API v4.3.0
- Add chunk and map endpoints
- Rework block updates to be block operations, and also make block-volume-get operations async
- Refactor serializers to not need JsonGenerator and SerializerProvider
- Split cache definitions and implementation
- Rename WebAPIRoute to WebAPIEndpoint
- Clean up server stats
- Update to AdminPanel v0.2.3 (Includes AdminPanel v0.2.2)
- Add map page
- Add block operations page
- Add tps and player graph to dashboard
- Fix page redirects not working properly
Web-API v4.2.2
- Fix large block volumes causing memory exception without appropriate error messages (this does NOT increase your server memory)
- Fix AdminPanel not working under some systems
- Remove duplicate commands in command listing
- Fix commands not being loaded on server start
- Update to AdminPanel v0.2.1
- Added autosuggest to command execution field
Web-API v4.2.1
- Fixed unloaded worlds causing errors when trying to get blocks