Skip to content

Commit

Permalink
release/3.0.1 (#163)
Browse files Browse the repository at this point in the history
* fix/TEN-100-further-logging-restrictions (#67)

* TEN-123: fixed tests and getaddress (#83)

* TEN-123: updated versions and dependencies

* TEN-123: updated package-lock

* fix/TEN-125-memory-leak (#85)

* TEN-125: updated container package RELEASES

* feat/TEN-31-on-behalf-of-as (#76)

Co-authored-by: [email protected] <[email protected]>
Co-authored-by: JustinErenJaeger <[email protected]>

* fix/TEN-130-init-startup-defer-sync-methods-callback (#96)

* TEN-130: added package-lock

* fix/TEN-126-reconnect-on-error (#88)

Co-authored-by: [email protected] <[email protected]>
Co-authored-by: JustinErenJaeger <[email protected]>

* feat/SMCCT-640-change-default-nic-get-address (#93)

* fix/TEN-65-bad-options-data-get (#98)

* TEN-65, TEN-126, TEN-123: updated dependencies, added documentation for happn client reconnect settings

* TEN-65, TEN-126, TEN-123: fixed documentation typo

* fix/TEN-138-api-client-fails-auth-delegation-on (#103)

* feat/TEN-132-authorization-cache-key-regex-masking (#100)

* TEN-132, TEN-138: updated dependencies and versions

* TEN-132, TEN-138: fixed bad version in container repo RELEASES

* chore/TEN-143-TEN-101-websocket-update-remove-elasticsearch (#105)

* test/TEN-129-security-unit-tests (#94)

* fix/TEN-141-fatal-security-generate-session (#108)

* feat/TEN-144-rest-array-arguments (#109)

* fix/TEN-146-remove-preserve-criteria (#115)

* release/TEN-129-TEN-141-TEN-144-TEN-146 updated versions

* fix/TEN-135-do-not-insert-path-default-sort (#119)

Co-authored-by: cordellcalitz <[email protected]>

* fix/TEN-140-outdated-pem-module (#125)

* doc/TEN-148-post-array-http-rpc (#122)

* feat/TEN-4-productionize-summon (#127)

* release: v12.2.0

* TEN-4: updated README

* feat/sqlite-db-provider (#128)

Co-authored-by: Aaron Marais <[email protected]>

* dep: updated RELEASES and dependencies

* fix/aec#862hyd2pk-blank-space-in-loki-journal-causes-restore-fail (#138)

* feat/loki-data-provider-archiving (#136)

Co-authored-by: Simon Bishop <[email protected]>

* TEN-4-summon-productionize-extended (#134)

Co-authored-by: Aaron Marais <[email protected]>

* TEN-4: fixed conflict in base RELEASES

* fix/TEN-152-getuser-without-params (#145)

* feat/TEN-159-switch-off-file-watching-packager (#143)

* doc/TEN-127-configurable-payload-limit-ws (#146)

* fix/TEN-144-allow-for-as-on-array-parameters (#147)

* TEN-164: updated dependencies

* feat/TEN-167-logout (#149)

* release/v2.7.0

* fix/SMCCT-1142 rest payload stringify (#155)

* fix/SMCCT-1142 rest payload stringify

* fix/SMCCT-1142 rest payload stringify

* release/v2.7.1

* SMCCT-862 add ability to reset and change password (#157)

* SMCCT-862 add abitilty to reset and change password

* SMCCT-862 review items

* SMCCT-862 Code review items.  Wrapping client functions in a maybePromisify.

* SMCCT-862 Code review items.

* SMCCT-862 Remove the only.

* SMCCT-862 Upping code coverage

* SMCCT-862 Fix code lint.

* chore(#SMCCT-862): lint fixed, modifications to happn-client

* SMCCT-862 Prettier, code review items.

* SMCCT-862 Adding back sanity on Happn Client, to ensure arguments are correct.  This will be replaced when we move away from Callback to promises.

* SMCCT-862 Version for Release - 13.11.0

---------

Co-authored-by: Simon Bishop <[email protected]>

* dep(#SMCCT-862): updated dependencies

* dep(#SMCCT-862): updated master version and releases

* SMCCT-1106_auth (#159)

* SMCCT-1106 support change passowrd and reset password over happner-2

* SMCCT-1106 remove .only

* SMCCT-1106 version updates

* SMCCT-1106 fix local tests.

* SMCCT-1106 backward-compatibility test fix.

* SMCCT-1106 fix tests in happner-2

* SMCCT-1106 Code review items

* fix(SMCCT-1106): updated dependencies

* SMCCT-1381: responses filter uses includes

* SMCCT-1381: updated test port configs

* SMCCT-1381: updated release versions

* fix/SMCCT-1381-response-filter (#162)

* SMCCT-1381: responses filter uses includes

* SMCCT-1381: updated test port configs

---------

Co-authored-by: [email protected] <[email protected]>
Co-authored-by: JustinErenJaeger <[email protected]>
Co-authored-by: Justin Creighton (SoulCali Drago) <[email protected]>
Co-authored-by: cordellcalitz <[email protected]>
Co-authored-by: Aaron Marais <[email protected]>
Co-authored-by: Aaron Marais <[email protected]>
Co-authored-by: Jacques Erasmus <[email protected]>
Co-authored-by: Craig Sampson <[email protected]>
  • Loading branch information
9 people authored Jul 21, 2023
1 parent 038bd75 commit 179da91
Show file tree
Hide file tree
Showing 11 changed files with 2,554 additions and 2,167 deletions.
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
13.0.1 2023-07-21
-----------------
- happner-2: response subscription filter fix

3.0.0 2023-05-24
-----------------
- fix: happn-3 resetpassword
Expand Down
4,680 changes: 2,527 additions & 2,153 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "happner-suite",
"version": "3.0.0",
"version": "3.0.1",
"scripts": {
"test": "echo \"tests are not run from the main package of the workspace\" && exit 1",
"re-install": "rm -rf node_modules && rm -rf ./packages/*/node_modules && rm -rf package-lock.json && npm i",
Expand Down
4 changes: 4 additions & 0 deletions packages/happner-2/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1052,3 +1052,7 @@ SMC-1645: made error messages more consistent, encapsulating mesh.component.meth
- feat: Happner-2 security change password
- feat: Happner-2 security reset password as anonymouse
- feat: deprecate updateOwnUser (breaking)

13.0.1 2023-07-21
-----------------
- happner-2: response subscription filter fix
5 changes: 1 addition & 4 deletions packages/happner-2/lib/system/happn.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,7 @@ function __initializeDbConfig(config) {

function __inboundLayer(message, callback) {
try {
if (
message.raw.action === 'on' &&
message.raw.path.indexOf('/SET@/_exchange/responses') === 0
) {
if (message.raw.action === 'on' && message.raw.path.includes('/_exchange/responses')) {
//we are not allowed to listen in any response paths that dont contain our sessions
if (message.raw.path.indexOf(message.session.id) === -1) {
//we need to write an ok and emulate a successful subscription
Expand Down
4 changes: 2 additions & 2 deletions packages/happner-2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "happner-2",
"version": "13.0.0",
"version": "13.0.1",
"description": "distributed application engine with evented storage and mesh services",
"main": "lib/mesh.js",
"bin": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"happn-commons": "1.5.0",
"happn-logger": "2.2.4",
"happn-sillyname": "^0.1.1",
"happner-client": "12.7.1",
"happner-client": "12.7.2",
"happner-semver": "^1.0.1",
"homedir": "0.6.0",
"later": "1.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/happner-client/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,3 +428,7 @@
-----------------
- fix: happn-3 resetpassword
- feat: happner-2 resetpassword

12.7.2 2023-07-21
-----------------
- happner-2: response subscription filter fix
4 changes: 2 additions & 2 deletions packages/happner-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "happner-client",
"version": "12.7.1",
"version": "12.7.2",
"description": "The client for happner-2 and happner cluster services",
"homepage": "https://github.com/happner/happner-client#readme",
"bugs": {
Expand All @@ -27,6 +27,6 @@
},
"devDependencies": {
"happn-commons-test": "1.2.1",
"happner-2": "13.0.0"
"happner-2": "13.0.1"
}
}
4 changes: 4 additions & 0 deletions packages/happner-cluster/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,3 +467,7 @@
- fix: happn-3 resetpassword
- feat: happner-2 resetpassword (major)

13.0.1 2023-07-21
-----------------
- happner-2: response subscription filter fix

4 changes: 2 additions & 2 deletions packages/happner-cluster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "happner-cluster",
"version": "13.0.0",
"version": "13.0.1",
"description": "Extends happner with clustering capabilities",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"bluebird": "^3.5.0",
"happn-cluster": "12.4.1",
"happn-commons": "1.5.0",
"happner-2": "13.0.0",
"happner-2": "13.0.1",
"http-proxy": "1.18.1",
"semver": "^5.3.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/happner-cluster/test/_lib/helpers/port-constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
PROXY_BASE: 6000,
HAPPN_BASE: 7000,
SWIM_BASE: 9000,
PROXY_BASE: 16000,
HAPPN_BASE: 17000,
SWIM_BASE: 19000,
};

0 comments on commit 179da91

Please sign in to comment.