mangoApi-3.2.2
Version 3.2.2-
Return full version strings and dependency versions for upgrades in /rest/v1/modules/upgrades-available
-
Add /rest/v2/event-types end point for returning all event types including system events
-
Fixes for script validation
-
Fix always setting data point text renderer to plain
-
Add data source enable/disable/restart
-
Use XID instead of ID for all event detector end points
Version 3.2.1-
Removed point counts from the v2/server/system-info endpoint
-
Added v2/server/point-history-counts to get all point counts
-
Returning log file meta data on v1/logging/files
-
Fixing up v1/logging/by-filename endpoint to only allow querying on Log4J ma.log files
-
Adding v1/logging/view endpoint to view and download logfiles
-
Adding v1/work-items/queue-counts to return counts for each type of work item on all 3 priority levels
-
Adding lockOwner, lockOwnerId and LockInfo to the Thread output from v1/threads
-
View all Audit Event types at v1/audit/list-event-types
-
New end point for enabling/disabling/restarting data points at v1/data-points/enable-disable/{xid}
Version 3.2.0-
Upgraded to work with core version 3.2.x
-
Adding script utils endpoint test and run scripts
-
Better error handling on modules endpoint
-
Temporary resource expiration time is now accurate
-
Generate XID for new data points if one is not supplied
Version 3.1.0-
Upgraded to work with core version 3.1.x
-
Adding event detector endpoints @ rest/v2/event-detectors
-
Adding publisher endpoints @ rest/v2/publishers
-
Adding system action endpoints @ rest/v2/actions to fire off various system tasks
-
Adding virtual serial port endpoints @ rest/v2/virtual-serial-ports
-
Adding file store endpoints to save and retrieve files @ rest/v2/file-store
-
Adding server information endpoints rest/v2/server/system-info
-
Fixing API restart to restart instead of shutdown.
Version 3.0.0-
Upgraded to work with core version 3.0.x
-
New REST v2 infrastructure to add new endpoints
-
Fully implementing ALL Rollup Type to return all rollups at once
-
Only allow users to save JSON Data that they have permissions for
-
Enhanced Event RQL Queries
-
Adding /rest/v2/exception endpoint to return map of latest exceptions for the user
-
Adding /rest/v2/login endpoints to login and switch user
-
Modify /rest/v1/login endpoints for new Spring Security (some endpoints now removed)
-
Allow GET/DELETE of User Comments by XID
-
Adding /rest/v1/audit RQL Endpoints to allow viewing the Audit trail
-
Adding support for Serotonin JSON Output via Content-Type “application/sero-json”
-
Adding Configuration Import/Export Endpoints and Websocket
-
Must have edit permission for a data source after it is saved to save it
Version 1.2.0-
Upgraded to work with core version 2.8.x
-
Add REST end points for getting point values for multiple points in one request
-
Removed mangoApiHeaders.properties file as it is now merged with the env.properties
-
The custom headers filter no longer exists so Mango will fail to start if you have that filter defined in the override-web.xml
-
Adding image support to all point-value end points and web sockets
-
Added timezone parameter to point-value REST end-points
Version 1.1.8-
Add REST endpoints for getting device names
-
Correct behavior of JSON store endpoint so only data from supplied path is returned
Version 1.1.7-
Basic support for Image data types
-
Endpoint for setting multiple points values PUT /point-values
-
Get point hierarchy by path, including wildcards etc
Version 1.1.6-
Adding beta DELETE data-points/{xid}
-
Adding beta POST data-points/
-
Adding beta PUT data-sources/{xid}
-
Adding beta DELETE data-sources/{xid}
-
Adding beta POST data-sources/
-
Adding beta RQL GET data-sources/
Version 1.1.5-
Performance improvements for Point Hierarchy rest endpoint
-
Adding NoSQL Data Storage endpoint at /json-data
Version 1.1.4-
Adding Allowed Origins for CORS Websocket use
-
Performance improvements to WebSocket synchronization for Events and Point Values
Version 1.1.3-
Bugfix for setting point values now requires Data Point Set permissions
-
Bugfix in EventsRestController where Events Query was broken for non-admin users
Version 1.1.2-
Better validation for saving data points via CSV
-
Fixing bug in toggle user mute endpoint
-
Adding force-refresh endpoint to new /runtime-manager/ endpoint
Version 1.1.1-
Changing cost of module to $0.00
-
Fixing bug where event detectors and point folder were not being transferred when a data point is being updated
-
Fixing bug where UserModel was missing the Phone Number
-
Fixing bug where Switching User didn’t end up changing the user.
-
Adding additional validation to Background Processing Endpoint
-
Upgraded to work with core version 2.7.x
Version 1.1.0-
Adding RQL endpoints
-
Adding CORS Filter configuration and help in system settings
-
Upgraded to work with core version 2.6.x
Version 1.0.5-
Fixed blocking on web sockets
-
Terminate point event listener when subscription is empty
Version 1.0.4-
Added XID to realtime data web sockets
-
Added basic CORS filter, enabled by editing the web.xml file of Mango Core. See the classes/mangoApiHeaders.properties file in this module.
-
Return system timezone with user timezone which may be blank
Version 1.0.3 Released with core 2.5.2
Added GET method for Login/Logout controllers
Version 1.0.2 General bugfixes and improvements
Version 1.0.0-
Initial Release
-
Added Point Value Statistics API at: /rest/v1/pointValues/{xid}/statistics