Releases: igniterealtime/openfire-monitoring-plugin
Releases · igniterealtime/openfire-monitoring-plugin
Openfire Monitoring Plugin 2.7.0 Release
- Requires Openfire 5.0.0
- Note: Chat rooms can, in certain circumstances, be destroyed, and then be recreated using the same name. For data recorded by previous versions of this plugin, the plugin will associate all room history with the latest 'reincarnation' of a room. Starting with this version, new data will be associated to the correct 'incarnation' of the room.
- Updated Chinese (zh_CN) translation
- Remove redundant code
- [Issue #425] - Prevents NullPointerException when processing query for MUC archive that doesn't specify any request parameters
- [Issue #418] - Fixes: Incorrect addressing on reconstructed MUC messages
- [Issue #415] - Include commons-io library
- [Issue #413] - Fixes GetSupportedFieldVariables throws java.lang.UnsupportedOperationException
- [Issue #409] - Building Lucene index should not load all messages in memory
- [Issue #401] - Fixes: Update Jersey from 2.35 to 2.45
- [Issue #398] - Fixes: Missing translation for system property
- [Issue #392] - Fixes: Compatibility issue with Openfire 5.0.0
- [Issue #373] - Separate stanza parsing from database loading
- [Issue #370] - Add option to delete history on room deletion
- [Issue #369] - Add option to clear history for a given MUC
- [Issue #363] - Fixes SQL Server error: An expression of non-boolean type specified in a context where a condition is expected, near 'RowNum'
- [Issue #357] - Fixes: Error on admin console after user session expired.
- [Issue #354] - Allow full-text search / indexing to be disabled
- [Issue #230] - Fixes: Jackson-databind security issue
Openfire Monitoring Plugin 2.6.1 Release
This release has no code changes vs 2.6.0, but sets an upper Openfire limit to 4.10.0 to prepare for future changes.
Openfire Monitoring Plugin 2.6.0
What's Changed
- Remove unneeded authfilter & release by @guusdk in #360
- fixes #367: Change maven repo for JRobin by @guusdk in #368
- fixes #249: Prevent continuous rebuild of Lucene index being reported by @guusdk in #380
- fixes #377: Remove erroneous index confirmation message by @guusdk in #379
- Oracle database query fixes (rebased) by @guusdk in #382
- Updates for file src/i18n/monitoring_i18n.properties in zh_CN by @transifex-integration in #385
- Updates for file src/i18n/monitoringservice_i18n.properties in zh_CN by @transifex-integration in #386
- Fix compatibility issue with Openfire 4.9.0 by @guusdk in #388
- 💚 [CI] upload for java 11 by @akrherz in #389
Full Changelog: v2.5.0...v2.6.0
Openfire Monitoring Plugin 2.5.0
v2.5.0 Denote release 2.5.0
Openfire Monitoring Plugin 2.4.1 Release
- [Issue #246] - Fixes: Clicking graph no longer opens bigger graph on admin console
- [Issue #245] - Fixes: Message history display in admin console remains empty
Openfire Monitoring Plugin 2.4.0 Release
- [Issue #232] - Fix SQL issue when retrieving archived messages from MSSQL
- [Issue #235] - Plugin compatible with Openfire 4.8.0
- [Issue #238] - Ensure that Statistics provided by unloaded plugins are no longer referenced.
- [Issue #240] - Stop using javascript libraries that are removed from Openfire 4.8
- [Issue #242] - Fix 'Unable to save XML properties' error
Openfire Monitoring Plugin 2.3.1
This is the final release to support Openfire versions < 4.8.
Openfire Monitoring Plugin Release 2.3.0
v2.3.0 Denote release 2.3.0
Openfire Monitoring Plugin Release 2.2.1
v2.2.1 Denote release v2.2.1
Openfire Monitoring Plugin 2.2.0 Release
- [OF-2157] - SequenceManager generated IDs are unreliable whilst clustering.
- [Issue #19] - Monitoring / Archive plugin fails to reconstruct archived stanza
- [Issue #133] - Allow PMs to be returned when querying MUC archives
- [Issue #137] - MUC messages duplicated as one-on-one messages
- [Issue #138] - Stanzas not always stored for one-to-one messages whilst clustered
- [Issue #139] - Reduce code complexity
- [Issue #141] - Make Archiver configuration configurable
- [Issue #142] - Do not require plugin restart after config change
- [Issue #145] - Replace deprecated API usage
- [Issue #146] - Allow database used for MUC MAM to be configurable
- [Issue #147] - Allow how MUC PMs are stored to be configurable
- [Issue #148] - Database errors should cause an XMPP error
- [Issue #152] - Update iText library to 7.1.13