Commit Graph

  • 80f2e7e50f Merge branch 'release-22.10' master Nicolas Dextraze 2023-01-30 16:17:53 -0500
  • 9bbc961d52 version 22.10.0 release-22.10 Nicolas Dextraze 2023-01-30 16:17:22 -0500
  • 3a2e30281f Merge branch 'release-22.10' Nicolas Dextraze 2023-01-30 15:42:07 -0500
  • a48e4fa386 compatibility for 22.x Nicolas Dextraze 2023-01-30 15:37:10 -0500
  • c422057f5f start with release-21.10 code changes Nicolas Dextraze 2023-01-30 15:08:46 -0500
  • 94c4630e9e fix tests release-21.10 Nicolas Dextraze 2023-01-30 15:03:47 -0500
  • 9842cc6164 fix npm audit (except nodeunit) add .nvmrc docker nodejs build in a folder on the ephemeral disk so we don't interfere with lib and node_modules folders release-20.10 Nicolas Dextraze 2023-01-30 14:49:45 -0500
  • bf1ebfaab0 release compatible with Eventstore v20.10.x Nicolas Dextraze 2023-01-30 11:48:29 -0500
  • 5059892bc0 fix docker-compose files to work with 21.10 fixes to match TCP protocol of 21.10 fixes so that we can gossip on SSL v21.10.0 Nicolas Dextraze 2022-10-22 20:07:01 -0400
  • aa07b04dd3 fix tests so they pass on a self-signed single 21.10 node Nicolas Dextraze 2022-10-22 09:05:18 -0400
  • 05e716e563 fix docker-compose-single.yaml so it works with 21.10 (self-signed secured) Nicolas Dextraze 2022-10-22 09:00:39 -0400
  • 6159cd56b8
    Merge pull request #94 from jwulf/https v0.2.19 Nicolas Dextraze 2022-10-19 13:48:32 -0400
  • cbf3c7bb5e
    Update README.md Nicolas Dextraze 2022-10-14 11:06:04 -0400
  • b17ab0c77a
    Update README.md Nicolas Dextraze 2020-12-16 11:05:13 -0500
  • c67d0d25a2
    Merge pull request #102 from PrestaShopCorp/fixShuffle Nicolas Dextraze 2020-10-02 16:54:50 -0700
  • 5bc2aaa093 refactor: delete unused code maniolias 2020-10-01 16:27:39 +0200
  • 401f6c3190 fix(shuffle): fix shuffle methode for array with length <= 1 maniolias 2020-10-01 12:43:46 +0200
  • 40736d9da3 relese version to 0.2.17 v0.2.17 Nicolas Dextraze 2020-09-28 17:29:02 -0700
  • 853ae875b8
    Merge pull request #101 from PrestaShopCorp/feature/cluster Nicolas Dextraze 2020-09-28 17:15:19 -0700
  • da6d059547 feat(cluster): create way to test single/gossip/cluster maniolias 2020-09-16 17:23:46 +0200
  • e9834daa31 feat(tcp): add timeout when trying to connect to a TCP endpoint maniolias 2020-09-17 09:06:20 +0200
  • f79a0444f6 feat(cluster): rewrite cluster discovering maniolias 2020-09-14 17:29:58 +0200
  • eb56e077f9
    Merge pull request #95 from aliabbasjaffri/HA-Cluster-Connectivity-Issue Nicolas Dextraze 2020-03-02 08:46:39 -0800
  • 11f882501f 🐛 Adding object reference to externalTcpIp: Solves locating cluster via gossip seeds Ali Abbas Jaffri 2020-03-02 15:39:32 +0100
  • 7b7ccc2eef Correct protocol detection Josh Wulf 2019-12-11 02:54:47 +1000
  • 6b75d241fc Support https for projections Josh Wulf 2019-12-11 02:47:41 +1000
  • 7da398eae8 Support https for projections Josh Wulf 2019-12-11 02:39:37 +1000
  • 195a6d40ce Attempt at fixing Typescript dependencies issues Nicolas Dextraze 2019-11-02 16:13:51 -0700
  • 55b9ddd856 Minor improvement to protobuf isolation Nicolas Dextraze 2019-11-02 16:02:07 -0700
  • fe82aebfec Fix #91 Nicolas Dextraze 2019-11-02 15:40:02 -0700
  • 3f7798d46e Update package-lock.json and yarn.lock Nicolas Dextraze 2019-11-01 13:12:19 -0700
  • 6ad2d34114 Added some more tests around RecordedEvent properties type Nicolas Dextraze 2019-11-01 12:57:54 -0700
  • 67dab18d53 Fixed Buffer deprecated warnings when using node >= v10 Nicolas Dextraze 2019-11-01 12:53:24 -0700
  • 78677ba53e Add missing created to RecordedEvent typescript definition Nicolas Dextraze 2019-11-01 12:47:03 -0700
  • bbf25ee8b5 Update dev dependencies Set idea language to ES6 Run tests against dist Nicolas Dextraze 2019-11-01 11:30:06 -0700
  • 732b691e40 Move typescript dependencies back to dev Nicolas Dextraze 2019-11-01 11:13:04 -0700
  • 941f671ed2 Fix missing warn in Loggers Nicolas Dextraze 2019-11-01 11:10:16 -0700
  • 343eaa85df
    Merge pull request #86 from MajorBreakfast/patch-1 Nicolas Dextraze 2019-11-01 10:48:57 -0700
  • e0fcf9a72d
    Make type definition of expectedVersion match implementation Josef Brandl 2019-08-11 18:54:06 +0200
  • 02642c5cfb Fix appendToStream with expectedVersion any and same event not working due to protobufjs bug Nicolas Dextraze 2019-08-02 22:34:38 -0700
  • d64f181dbb release version 0.2.12 Nicolas Dextraze 2019-06-06 12:21:42 -0700
  • 9e31b17c44
    Merge pull request #80 from jdextraze/jdextraze/simple-queued-handler-log-issue Nicolas Dextraze 2019-06-06 12:16:53 -0700
  • 4ae4c1e010 Fix error with logging in SimpleQueuedHandler handler Jonathan Dextraze 2019-06-06 11:42:22 -0700
  • 76a405ace2 Publish version 0.2.11 Fixing #72, #73, #74 Nicolas Dextraze 2019-05-20 13:06:20 -0700
  • 930b900426
    Merge pull request #78 from Poimen/fix-issue-76 Nicolas Dextraze 2019-05-20 13:01:26 -0700
  • 934251d7fa
    Merge pull request #77 from Poimen/fix-issue-75 Nicolas Dextraze 2019-05-20 13:00:44 -0700
  • 1449b43b8d Fix missing = in delete uri Richard Shephard 2019-05-17 17:47:52 +0200
  • 2f4850680f Fix incorrect variables used after undefined removal Richard Shephard 2019-05-16 17:01:30 +0200
  • 8f68923008 Remove undefine's check as the options will need to be provided anyways... Richard Shephard 2019-05-16 17:00:47 +0200
  • 8e54a22cd2 Fix uri for reset Richard Shephard 2019-05-16 16:52:11 +0200
  • 6663b42903 Fix sendDelete call to provide empty data so header is correct Richard Shephard 2019-05-16 16:18:09 +0200
  • ad8d16d112 Fix documentation Richard Shephard 2019-05-16 15:37:58 +0200
  • bebd04a398 Fix client endpoint used Richard Shephard 2019-05-16 15:36:05 +0200
  • 4d981596eb Fix typings for delete (there is no deleteQuery) in projection manager Richard Shephard 2019-05-16 15:35:20 +0200
  • 7ccced45aa Add reset endpoint Richard Shephard 2019-05-16 13:57:11 +0200
  • 88df807508 Update documentation for strict-event-emitter-types dependency Richard Shephard 2019-05-16 11:59:56 +0200
  • 35f720f94f Added extra parameters to delete projections Richard Shephard 2019-05-16 11:56:25 +0200
  • 6d49f51e7d fix issue #74 - projections manager create continuous trackEmittedStreams parameter should be lowercase Nicolas Dextraze 2019-05-15 10:23:48 -0700
  • d8baed4c5d fix issue #73 - move types dependencies from dev dependencies so they install for dependant Nicolas Dextraze 2019-05-15 09:52:57 -0700
  • 7e5327c278 Published version 0.2.10 and moved types dependencies to devDependencies Nicolas Dextraze 2019-02-19 09:03:17 -0800
  • bb53c01fe8
    Merge pull request #69 from sebastianneb/68-debug Nicolas Dextraze 2019-02-19 08:26:20 -0800
  • 20818869f1 Fix for issue #68 by using self._log_debug instead of this._log.debug Neb, Sebastian 2019-02-19 09:55:49 +0100
  • 16f172c6f2
    Merge pull request #66 from Ulrikop/ts-declarations Nicolas Dextraze 2019-02-18 09:16:11 -0800
  • 7db060af6e Removed some console Fixed issue 60 Nicolas Dextraze 2019-02-18 09:11:51 -0800
  • 2c272a19f5
    Merge pull request #67 from JurJean/remove-subscription-started-log Nicolas Dextraze 2019-02-14 20:44:20 -0800
  • 7dc4658719 Merge branch 'master' of github.com:nicdex/node-eventstore-client into remove-subscription-started-log Jur Jean 2019-02-13 12:51:07 +0100
  • 811368c1af Removed the console log about subscription started Jur Jean 2019-02-13 12:50:32 +0100
  • fcf27fba20 Changes ts declaration for EventStoreNodeConnection so that it offers all EventEmitter methods. Ulrikop 2019-02-09 13:16:07 +0100
  • e9d86a3c4d Fix issue #63 - export PersistentSubscriptionNakEventAction Nicolas Dextraze 2019-01-17 10:00:49 -0800
  • 0db2b93b79
    Merge pull request #62 from JurJean/invalid-missing-content-type Nicolas Dextraze 2018-12-05 08:59:53 -0800
  • ef26ed636f Send Content-Length to eliminate missing Content-Type error in some cases Jur Jean 2018-12-04 14:05:44 +0100
  • 2893454e8a Updated messages.proto to have optional event for ResolvedEvent and ResolvedIndexedEvent and regenarated protobuf code Nicolas Dextraze 2018-10-27 16:00:44 -0700
  • a0642ab081 Re-add optional (allowing null) on ResolvedEvent event property in protobuf Nicolas Dextraze 2018-10-27 15:50:11 -0700
  • 760d31cc31 Published 0.2.5 to npm Nicolas Dextraze 2018-10-21 14:55:05 -0700
  • c1f17a7d99 #61 fixed subscriptionDropped being called only once Added subscribe-all-from-events sample to test Nicolas Dextraze 2018-10-21 14:46:55 -0700
  • 96145fbe49 Published 0.2.4, adding package-lock.json Nicolas Dextraze 2018-09-01 14:06:24 -0700
  • 5ac4a206ad
    Merge pull request #59 from sledorze/master Nicolas Dextraze 2018-09-01 13:51:41 -0700
  • e1f99cecbc
    Fix definitions of PersistenSubscriptions Stéphane Le Dorze 2018-08-21 10:17:46 +0200
  • 0a64b37b6f Fix issue with fake-server Nicolas Dextraze 2018-07-11 16:10:53 -0700
  • 3421d41068 Adding a fake server for testing purpose Nicolas Dextraze 2018-07-10 09:22:21 -0700
  • 215708014c Add Object.freeze on private enums Improve code readability Nicolas Dextraze 2018-07-09 10:27:12 -0700
  • c3a63ff8b7
    Merge pull request #58 from cdimitroulas/improve-docs Nicolas Dextraze 2018-07-09 09:12:43 -0700
  • d8c0bfb03a improve docs for createConnection Christos Dimitroulas 2018-07-09 11:58:39 +0100
  • 34e8262dc8 Make Ssl tests opt-in Nicolas Dextraze 2018-04-12 09:42:49 -0700
  • bc2fbe14e3 Adding SSL support, release 0.2.3 release-0.2.3 Nicolas Dextraze 2018-03-11 15:25:44 -0700
  • 9fc5d64ceb Adding start/end as static Position Add the streamPosition constants Move Projections into the expose classes section Version 0.2.2 Nicolas Dextraze 2018-02-19 10:06:33 -0800
  • 2bdd74e041
    Merge pull request #53 from paullucas/master Nicolas Dextraze 2018-02-18 17:03:07 -0800
  • fde6ad2e77 Use jsdoc version 3.5.5 Paul 2018-02-18 16:50:59 -0800
  • d565b3f42d Release version 0.1.11 of npm package v3-compat Nicolas Dextraze 2018-01-17 11:38:27 -0800
  • a2aab715ed Fix potential error handling bug due to missing EventEmitter.call(this) in EventStoreNodeConnection and EventStoreConnectionLogicHandler Nicolas Dextraze 2018-01-17 11:29:24 -0800
  • 4a2065c0a7 Release npm package version to 0.2.1 npm-release-0.2.1 Nicolas Dextraze 2018-01-17 11:31:25 -0800
  • 67dd275b5d Fix potential error handling bug due to missing EventEmitter.call(this) in EventStoreNodeConnection and EventStoreConnectionLogicHandler Nicolas Dextraze 2018-01-17 11:29:24 -0800
  • 8997a8c398 Update README Nicolas Dextraze 2017-11-08 13:06:16 -0800
  • a5807483a2 Merge branch 'v4_proto' Nicolas Dextraze 2017-11-08 12:47:30 -0800
  • e79ad8f9c4 Use Long in Stream catchup subscription Use Long in tests Bump version to 2.0 v4_proto Nicolas Dextraze 2017-11-08 12:45:22 -0800
  • bf89354564 Merge pull request #50 from sledorze/master Nicolas Dextraze 2017-10-26 10:25:24 -0700
  • 254ddda8a2 fix noopLogger typo fix #49 Stéphane Le Dorze 2017-10-23 22:11:11 +0200
  • 16c081020a Add ProjectionsManager Nicolas Dextraze 2017-10-18 14:39:25 -0700
  • 4584517ede Update tests, typescript declaration Nicolas Dextraze 2017-10-17 15:55:07 -0700
  • e6af223f0d Fix identify client serialize Nicolas Dextraze 2017-10-17 14:36:00 -0700