Skip to content

Commit

Permalink
Merge pull request #48 from gs-rezaem/master
Browse files Browse the repository at this point in the history
preparing for 16.1.4 release
  • Loading branch information
gs-rezaem authored May 3, 2017
2 parents 03ae476 + b393918 commit 382052e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Change Log
## 16.1.4 - 2017-05-03
### Enhancements:
- Improve using full cache in a transaction when transaction participation is not required
- Tweak bulk loader connection pooling to reduce connection open/close.
- Add support for bigint for Sybase ASE

### Bug Fixes:
- Fix Sybase inserts with more than 160 columns.

## 16.1.3 - 2017-03-07
### Enhancements:
- Enabled in-memory db extractor merge and Timestamp Attribute time zone conversion
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Once build is successful, run `src/main/java/sample/HelloReladomoApp` to see how

## Documentation

Documentation is available [online] (https://goldmansachs.github.io/reladomo/)
Documentation is available [online](https://goldmansachs.github.io/reladomo/)
and also included within the [Reladomo Javadoc jar file](http://search.maven.org/remotecontent?filepath=com/goldmansachs/reladomo/reladomo/16.0.0/reladomo-16.0.0-javadoc.jar).
Extract the jar file and refer to the docs below.

Expand All @@ -85,8 +85,8 @@ Extract the jar file and refer to the docs below.

## Acquiring Reladomo

* [Versions] (https://github.com/goldmansachs/reladomo/releases)
* [Maven Central] (http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.goldmansachs.reladomo%22)
* [Versions](https://github.com/goldmansachs/reladomo/releases)
* [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.goldmansachs.reladomo%22)

[travis]:https://travis-ci.org/goldmansachs/reladomo
[travis img]:https://travis-ci.org/goldmansachs/reladomo.svg?branch=master
Expand Down
2 changes: 1 addition & 1 deletion build/reladomo-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
under the License.
-->
<project name="mithra-config" default="determine-jdk">
<property name="reladomo.version" value="16.1.3"/>
<property name="reladomo.version" value="16.1.4"/>
<property name="snapshot" value=""/>
</project>
2 changes: 1 addition & 1 deletion build/reladomogs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ privaterepo,com.gs.eq.pb.custody.thirdParty,sqljdbc4-2.0,1.2-20111214.212630-1,j
#privaterepo,com.oracle,oracle-ojdbc14,10204-093598,jar,lib/drivers,

#gsapi
privaterepo,com.gs.mithra,mithra-jtdsjbcp,1.2.0.15,jar,lib/gsapi,1FB904490404D1E50C2F3B57709DA6BF7419A2DA
privaterepo,com.gs.mithra,mithra-jtdsjbcp,1.2.0.16,jar,lib/gsapi,1FB904490404D1E50C2F3B57709DA6BF7419A2DA
privaterepo,com.gs.fw.aig.intgr,gsintegrator-api,1.8.1,jar,lib/gsapi,994C959A0FDE6DDEA150B7666C16A04AA17846B5
privaterepo,com.gs.fw.aig.jdbc,jndijdbc,2.5.2,jar,lib/gsapi,99F2A99F2C2A4A06C4067A6DE64AE9DAC1C19D2D
privaterepo,com.gs.ficc.artifactory,rvjpro,5.3,jar,lib/gsapi,7CA7EE6140FB16101B63B376A8DF38A2FDF6AB5C
Expand Down

0 comments on commit 382052e

Please sign in to comment.