© 2018-2025 Linden Research, Inc.
All rights reserved.
2023-06-09.580543
Release Notes
A beautiful, bountiful bouquet of bug fixes and enhancements.
Feature highlights:
- PATCH method now enabled through LSL HTTP for both send and receive
- HEAD method now allowed through llHTTPRequest
- Linkset Size has been increased from 54 to 64m to match maximum prim size
- llGetAgentInfo can now detect scripted agent status
Fixes:
- Fixed an issue where groups could be accidentally disbanded when removing a single agent
- Fixed an issue where group owners could not leave a group
- Fixed an issue that would prevent objects with LinksetData containing certain keys could not be rezzed or attached
- Forced sleep on llCreateLink has been reduced to 100ms
- HTTP Content retrieved with llHTTPRequest which does not contain a content-type header is now returned to the script correctly
Resolved Issues
- SRV-419 System IM warning that group will be disbanded is not delivered to the viewer
- BUG-231657 http_response body is blank if no Content-Type header was returned
- BUG-233832 llCreateLink LSL function sleep time might be excessive
- BUG-233800 Make max linkset size match the max prim size
- SRV-353 Group owners cannot leave group on DB timeout
- BUG-233900 my vip group vanished
- BUG-233274 Add a function to detect the "scripted agent / bot" status of an agent
- BUG-233015 Objects will fail to rez or attach if LinkSetData has any key/value containing certain characters
- BUG-227573 Allow HTTP method PATCH in llHttpRequest