Skip to content

Commit

Permalink
Release Preparation for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjoy committed May 19, 2022
1 parent cb33816 commit 7d5e5b4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions changelogs/v1.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- Features:
- Remove exporting marker services for classloader leak detector https://github.com/amitjoy/osgifx/issues/71
- Remove superfluous framework event handler in agent https://github.com/amitjoy/osgifx/issues/72
- Remove superfluous agent API method - `updateFromURL` https://github.com/amitjoy/osgifx/issues/73
- Remove superfluous FrameworkEvent handling APIs in Supervisor https://github.com/amitjoy/osgifx/issues/74
- Receive events by user-defined event topics https://github.com/amitjoy/osgifx/issues/75
- Add topic validator while sending event https://github.com/amitjoy/osgifx/issues/77
- Device Management Tree (DMT) Traversal https://github.com/amitjoy/osgifx/issues/78
- Add deadlock information to the threads tables https://github.com/amitjoy/osgifx/issues/79
- DMT node search filter https://github.com/amitjoy/osgifx/issues/80
- Update Byte Buddy to latest version https://github.com/amitjoy/osgifx/issues/81

- Bugs:
- Exception while sending event https://github.com/amitjoy/osgifx/issues/76
2 changes: 1 addition & 1 deletion cnf/app.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "index.js",
"preferGlobal": true,
"repository": "https://github.com/amitjoy/osgifx",
"version": "1.0.0",
"version": "1.1.0",
"jdeploy": {
"jdk": false,
"args": [
Expand Down

0 comments on commit 7d5e5b4

Please sign in to comment.