The download links for this content are now generated automatically to allow for the rapid release of these updates without having to come back and manually update this page.
The details and direct links to the releases are available at:
Additionally, there is a newer download site available that provides links to the latest stable releases. It is hosted in the cloud to provide for faster downloads.
2.6.5
Enhancements
- New geometry simplification API
- There is a new API available on the server to simplify geometry to a maximum number of points, this can be used to generate smaller geometry to send to the client for things like highlighting geometry
- Null id handling has been improved
- Previously if you spatial tables had null values for id's you'd have to add a filter to remove those rows, now Weave does that automatically for you, since we can't do anything with a row without a valid id anywa
Fixes
- Editing null value fix
- Handling of submitting null values for text fields has been improved to ensure that NULL ends up in the database if allowNulls is set to true, previously an empty string would be written to the database
- Missing CRS parameter in intersect requests
- A crs parameter was missing when sending an intersect operation request to the server, so if the data is stored in a different projection the "highlight" geometry would not display on the client
- Unnecessary errors in log
- An unsupported request from the client was logged as an error when it should be a warning, and no information was recorded about what the request was
- Startup performance issue
- There was a problem that could result in delays when the server was starting up
- Invalid metadata in an API bundle
- An API related bundle included some incorrect metadata in the source relating to the version of Java it required. This shouldn't effect the server but required a bump in the version number to update the bundle.
- Selection identify fix
- If you try to export data from the selection identify tool and have no records selected then you would get no data, rather than all records
- Id mapping fix
- If a null id makes it into the system it can cause problems, this fix should ensure that null id's a no longer possible
- ArcGIS Server certificate issue
- Weave may contain about the certificates presented by ArcGIS Server before this fix.