Skip to content

Releases: factset/enterprise-sdk-eventdriven-factsettrading-java

v2.0.1

30 Jun 14:44
f33403e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

31 Mar 12:34
51e0c32

Choose a tag to compare

What's Changed

  • fix(deps): bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 by @dependabot in #29
  • fix(deps): bump org.junit:junit-bom from 5.9.3 to 5.10.0 by @dependabot in #28
  • fix(client): send Sec-WebSocket-Protocol protocol by @eschmidtfds in #31
  • docs: add snapshot repository documentation by @mima0815 in #33
  • feat(client): send custom FactSet user-agent header by @mima0815 in #32
  • fix(trading): updated OrderUpdateEvent model by @Ramanth in #30
  • docs: gradle snapshot package caching by @mima0815 in #34
  • docs: fix link to maven-central by @mima0815 in #35
  • refactor(client): combined listener map by @eschmidtfds in #39
  • fix(deps): bump actions/checkout from 3 to 4 by @dependabot in #36
  • fix(deps): bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 by @dependabot in #38
  • fix(deps): bump org.slf4j:slf4j-simple from 2.0.7 to 2.0.9 by @dependabot in #37
  • fix(deps): bump org.projectlombok:lombok from 1.18.28 to 1.18.30 by @dependabot in #41
  • fix(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.15.3 by @dependabot in #42
  • fix(deps): bump com.fasterxml.jackson.core:jackson-core from 2.15.2 to 2.15.3 by @dependabot in #43
  • chore(action): pr titles checked against conventional commit rules by @mima0815 in #45
  • feat(client)!: allow different messages per subscription by @mima0815 in #40
  • feat(trading): adding new models to support new subscription messages by @Ramanth in #44
  • docs: update README with latest code example by @Ramanth in #46
  • fix(ems): adding securityType enum values by @Ramanth in #52
  • fix(client): updating lastCapacity field to string type from enum by @Ramanth in #59
  • fix(enum): updating casing of enum values by @AkankshaAcharya in #60
  • fix(deps): bump actions/setup-java from 3 to 4 by @dependabot in #55
  • fix(deps): bump github/codeql-action from 2 to 3 by @dependabot in #56
  • fix(deps): bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 by @dependabot in #49
  • fix(deps): bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.15.2 to 2.17.0 by @dependabot in #62
  • fix(deps): bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.2 by @dependabot in #63
  • fix(deps): bump org.junit:junit-bom from 5.10.0 to 5.10.2 by @dependabot in #61
  • fix(deps): bump com.fasterxml.jackson.core:jackson-annotations from 2.15.2 to 2.17.0 by @dependabot in #64
  • feat(trading): new subscription request model by @AkankshaAcharya in #70
  • fix(OrderUpdateEvent): adding inboundMessage by @AkankshaAcharya in #76
  • chore(release): modify package for prod release v2 by @Filip1x9 in #77

New Contributors

Full Changelog: v1.0.0...v2.0.0

v2.0.0-SNAPSHOT

12 Jun 09:27
a117d57

Choose a tag to compare

v2.0.0-SNAPSHOT Pre-release
Pre-release

What's Changed

  • refactor(client): combined listener map by @eschmidtfds in #39
  • fix(deps): bump actions/checkout from 3 to 4 by @dependabot in #36
  • fix(deps): bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 by @dependabot in #38
  • fix(deps): bump org.slf4j:slf4j-simple from 2.0.7 to 2.0.9 by @dependabot in #37
  • fix(deps): bump org.projectlombok:lombok from 1.18.28 to 1.18.30 by @dependabot in #41
  • fix(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.15.3 by @dependabot in #42
  • fix(deps): bump com.fasterxml.jackson.core:jackson-core from 2.15.2 to 2.15.3 by @dependabot in #43
  • chore(action): pr titles checked against conventional commit rules by @mima0815 in #45
  • feat(client)!: allow different messages per subscription by @mima0815 in #40
  • feat(trading): adding new models to support new subscription messages by @Ramanth in #44
  • docs: update README with latest code example by @Ramanth in #46
  • fix(ems): adding securityType enum values by @Ramanth in #52
  • fix(client): updating lastCapacity field to string type from enum by @Ramanth in #59
  • fix(enum): updating casing of enum values by @AkankshaAcharya in #60
  • fix(deps): bump actions/setup-java from 3 to 4 by @dependabot in #55
  • fix(deps): bump github/codeql-action from 2 to 3 by @dependabot in #56
  • fix(deps): bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 by @dependabot in #49
  • fix(deps): bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.15.2 to 2.17.0 by @dependabot in #62
  • fix(deps): bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.2 by @dependabot in #63
  • fix(deps): bump org.junit:junit-bom from 5.10.0 to 5.10.2 by @dependabot in #61
  • fix(deps): bump com.fasterxml.jackson.core:jackson-annotations from 2.15.2 to 2.17.0 by @dependabot in #64
  • feat(trading): new subscription request model by @AkankshaAcharya in #70
  • fix(OrderUpdateEvent): adding inboundMessage by @AkankshaAcharya in #76

New Contributors

Full Changelog: v1.0.1-SNAPSHOT...v2.0.0-SNAPSHOT

v1.0.1-SNAPSHOT

03 Aug 15:27
35ecb55

Choose a tag to compare

v1.0.1-SNAPSHOT Pre-release
Pre-release

What's Changed

  • fix(deps): bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 by @dependabot in #29
  • fix(deps): bump org.junit:junit-bom from 5.9.3 to 5.10.0 by @dependabot in #28
  • fix(client): send Sec-WebSocket-Protocol protocol by @eschmidtfds in #31
  • docs: add snapshot repository documentation by @mima0815 in #33
  • feat(client): send custom FactSet user-agent header by @mima0815 in #32
  • fix(trading): updated OrderUpdateEvent model by @Ramanth in #30
  • docs: gradle snapshot package caching by @mima0815 in #34
  • docs: fix link to maven-central by @mima0815 in #35

New Contributors

Full Changelog: v1.0.0...v1.0.1-SNAPSHOT

v1.0.0

12 Jul 11:18
7920938

Choose a tag to compare

chore(release): Prepare for release v1.0.0 (#27)