Skip to content

Commit dedb1f2

Browse files
author
dxcity
committed
tagging release 3.265
1 parent c0420cf commit dedb1f2

File tree

107 files changed

+2910
-713
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+2910
-713
lines changed

ReleaseNotes.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11

2+
QDS 3.265:
3+
4+
* [QD-760] RMI: Provide ability to define custom load-balancers
5+
- Custom QD RMI load balancer factories (subclasses of RMILoadBalancerFactory) can be configured via service loader.
6+
When a load balancer is to be created, the factories are consulted in order.
7+
- To support custom load balancing the advertisement filter is now supported on connection. Specify the
8+
'[advertise=...]' filter on the address of the agent side. Only the 'all' (all advertisement is distributed),
9+
or 'none' (no advertisement is distributed) values are supported.
10+
- Note: for custom load balancing to work on intermediate multiplexors one has to disable service advertisements
11+
sent to clients via [advertise=none] filter on multiplexor agent address. Otherwise default load balancing will
12+
kick in on the clients.
13+
* [QD-1002] dxFeed webservice should support dxScript
14+
* [QD-1088] dxFeed-OnDemand: Add support for regional TimeAndSale events
15+
216
QDS 3.264:
317

418
* [QD-1036] dxlib: Add primitive type analogs of new Java 8 methods to LongHash collections

auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<artifactId>QD</artifactId>
1616
<groupId>com.devexperts.qd</groupId>
17-
<version>3.264</version>
17+
<version>3.265</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020
<modelVersion>4.0.0</modelVersion>

dxfeed-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<artifactId>QD</artifactId>
1616
<groupId>com.devexperts.qd</groupId>
17-
<version>3.264</version>
17+
<version>3.265</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020
<modelVersion>4.0.0</modelVersion>

dxfeed-bin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<artifactId>QD</artifactId>
1616
<groupId>com.devexperts.qd</groupId>
17-
<version>3.264</version>
17+
<version>3.265</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020
<modelVersion>4.0.0</modelVersion>

dxfeed-codegen-verify/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<artifactId>QD</artifactId>
1616
<groupId>com.devexperts.qd</groupId>
17-
<version>3.264</version>
17+
<version>3.265</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

dxfeed-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<artifactId>QD</artifactId>
1616
<groupId>com.devexperts.qd</groupId>
17-
<version>3.264</version>
17+
<version>3.265</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020
<modelVersion>4.0.0</modelVersion>

dxfeed-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<artifactId>QD</artifactId>
1616
<groupId>com.devexperts.qd</groupId>
17-
<version>3.264</version>
17+
<version>3.265</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

dxfeed-ipf-filter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<artifactId>QD</artifactId>
1616
<groupId>com.devexperts.qd</groupId>
17-
<version>3.264</version>
17+
<version>3.265</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

dxfeed-news/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<artifactId>QD</artifactId>
1616
<groupId>com.devexperts.qd</groupId>
17-
<version>3.264</version>
17+
<version>3.265</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

dxfeed-ondemand/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<artifactId>QD</artifactId>
1616
<groupId>com.devexperts.qd</groupId>
17-
<version>3.264</version>
17+
<version>3.265</version>
1818
</parent>
1919
<modelVersion>4.0.0</modelVersion>
2020

0 commit comments

Comments
 (0)