Michael Klishin
79bd0aabca
3.5.0-rc1
2018-12-02 22:18:53 +03:00
Michael Klishin
6bf528ed5b
Bump version to 3.5.0
...
There are breaking changes that reflect breaking changes
in Monger's dependencies:
* MongoDB server and Java client
* core.cache
* Ragtime
While not major, they can be breaking nonetheless so let's use a
greater minor version bump than usual to communicate the greater
than usual number of changes.
2018-12-02 21:45:44 +03:00
Michael Klishin
318e440d0d
(c) year
2018-12-02 21:45:26 +03:00
Michael Klishin
3757c6d915
Add a 3.6.x-compatible test seed script
2018-12-02 21:42:29 +03:00
Michael Klishin
a153eb8116
Travis: provision MongoDB 4.x
2018-12-02 21:38:56 +03:00
Michael Klishin
8879e552ef
Make before_script.sh compatible with MongoDB 4.0
...
Note that MongoDB 3.6 doesn't recognize the mechanisms field.
2018-12-02 21:38:17 +03:00
Michael Klishin
386f06da8c
Update dependencies, adapt to new core.cache and Ragtime APIs
2018-12-02 21:24:29 +03:00
Michael Klishin
ba00ba27a5
Encode this slash in URI
2018-12-02 21:24:05 +03:00
Michael Klishin
ad2ee531a3
$pushAll is gone, replaced by $push + $each
...
See https://docs.mongodb.com/v3.2/reference/operator/update/each/#up._S_each .
2018-12-02 21:23:20 +03:00
Michael Klishin
60c922c0a5
Merge pull request #175 from Freezystem/patch-1
...
Upgrade mongo drivers to 3.8.0 GA version
2018-12-01 03:49:54 +08:00
Michael Klishin
b2068fd8bb
Merge pull request #176 from seancorfield/patch-1
...
Add $position
2018-12-01 03:49:25 +08:00
Sean Corfield
f6e5ff75ce
Add $position
...
Modifier for $push
2018-08-31 17:48:25 -07:00
Nico
216674cd3d
Upgrade mongo drivers to 3.8.0 GA version
...
I'm trying to upgrade with latest mongoDB drivers for Java.
In case these drivers are breaking the tests I'll try with former `3.7.1` or `3.6.4` drivers version.
2018-07-23 14:34:48 +02:00
Michael Klishin
f093322a09
Merge pull request #171 from vadyalex/feature/aggregate-keywordize-option
...
Add :keywordize option for aggregate that control if resulting map ke…
2018-07-23 02:37:34 +03:00
Michael Klishin
26efe88510
Merge pull request #174 from bowbahdoe/patch-1
...
Time passes.
2018-07-23 02:36:50 +03:00
Ethan McCue
da520112e7
Time passes.
2018-07-21 00:26:09 -04:00
Vladyslav Aleksakhin
7466db5c4d
Add :keywordize option for aggregate that control if resulting map keys will be turned into keywords, default is true.
2018-05-02 11:07:31 +02:00
Michael Klishin
89e8538d91
Drop JDK 7 tests on Travis
2018-04-10 14:29:23 +03:00
Michael Klishin
a9e1f5d7d0
Merge pull request #167 from tirkarthi/patch-1
...
Add JDK 9 to Travis
2018-04-10 19:29:05 +08:00
Xtreak
dc61982ced
Add JDK 9 to Travis
2018-03-17 11:12:23 +05:30
Michael Klishin
002b91d5e6
Merge pull request #164 from amitvshah25/patch-1
...
Update operators.clj
2018-02-15 03:28:17 +03:00
Michael Klishin
3196b66442
Merge pull request #163 from xingzhefeng/master
...
support java Bigdecimal in mongodb 3.4 or later
2018-02-15 03:27:47 +03:00
amitvshah25
1a256a6033
Update operators.clj
...
Added count and dateToString operators.
2017-12-14 12:58:44 -05:00
冯忠孝
20b4d5d93b
add travis-ci.org build image
2017-11-18 12:53:18 +08:00
冯忠孝
c35545a97a
update sudo apt-key adv
2017-11-18 12:46:53 +08:00
冯忠孝
15831490d9
mongodb 3.4 repo url repair
2017-11-18 12:43:22 +08:00
冯忠孝
79387a694a
This job is running on container-based infrastructure, which does not allow use of 'sudo', setuid, and setgid executables.
...
If you require sudo, add 'sudo: required' to your .travis.yml
2017-11-18 12:36:43 +08:00
冯忠孝
993bb038d9
ci test tip
...
No command 'lein2' found, did you mean:
test mongodb version up to 3.5
2017-11-18 12:14:55 +08:00
冯忠孝
5d31f9fc1a
support java Bigdecimal in mongodb 3.4 or later
2017-11-18 11:31:45 +08:00
Michael Klishin
be43faf059
Update ChangeLog.md
2017-05-10 00:51:04 +03:00
Michael Klishin
bcaf0837b4
Merge pull request #157 from Linicks/patch-1
...
Update dependencies to support MongoDB 3.4.x
2017-05-10 00:48:58 +03:00
Nick
319872d5bc
Update dependencies to support MongoDB 3.4.x
...
In order for Monger to work with MongoDB 3.4.x and higher, the Java driver must also be 3.4.x and higher. Additionally, the 3.4.x driver series will generally work with Java version 6.x, it requires 7.x, and even 8.x for specific SSL functions that are needed by some "Platform As A Service" providers such as MongoDB Atlas. Here are some relevant links that provide some additional details:
- http://mongodb.github.io/mongo-java-driver/3.4/upgrading/
- https://docs.atlas.mongodb.com/driver-connection/#java-driver-example
- http://mongodb.github.io/mongo-java-driver/?_ga=2.85301265.905224850.1494354505-76319364.1488584191
2017-05-09 14:32:25 -07:00
Michael Klishin
6e333bb563
Merge pull request #154 from haines/fix-clojure-1.9-warning
...
Exclude clojure.core/any? to prevent warnings on Clojure 1.9
2017-02-10 19:04:48 +03:00
Andrew Haines
1ca1469126
Exclude clojure.core/any? to prevent warnings on Clojure 1.9
2017-02-10 15:21:02 +00:00
Michael Klishin
f3d8a7bb71
Merge pull request #153 from eunmin/add-affected-count
...
Add affected-count function for WriteResult
2017-01-11 13:09:46 +08:00
eunmin
99a113e220
Add affected-count function for WriteResult
2017-01-11 13:45:49 +09:00
Michael Klishin
c1acd78060
Merge pull request #150 from frooeyzanny/fix-pullAll-example
...
Fix $pullAll example
2016-11-20 19:44:11 +03:00
Michael Klishin
62dc2a9cd3
Merge pull request #149 from frooeyzanny/fix-subtract-operator
...
substract -> subtract
2016-11-20 19:43:54 +03:00
Michael Klishin
5b5425c402
Merge pull request #144 from caligin/master
...
fix: missing overload in :arglists, was causing eastwood to complain about correct calls
2016-11-20 19:43:27 +03:00
Michael Klishin
34671dcd5d
Merge pull request #148 from jokimaki/close-stream-on-persist
...
Close GridFSInputFile input stream on persist
2016-11-20 19:43:03 +03:00
Juha Jokimaki
1170f342dd
Delegate stream creation to GridFS
2016-11-20 18:03:11 +02:00
Evgeny Samsonov
27ed7bdfb7
Fix pullAll example
2016-11-02 18:14:31 +03:00
Evgeny Samsonov
517bb98129
substract -> subtract
2016-11-02 18:00:05 +03:00
Juha Jokimaki
b1cfb5490a
Set GridFSInputFile closeStreamOnPersist flag
2016-10-31 08:52:14 +02:00
Michael Klishin
f499079bf7
Merge pull request #147 from jokimaki/operators
...
Add missing operators
2016-10-30 22:52:35 +03:00
Juha Jokimaki
0d7dc9357a
Add $isolated operator
2016-10-30 18:15:51 +02:00
Juha Jokimaki
82c76dd66d
Add $eq operator
2016-10-30 18:06:49 +02:00
Juha Jokimaki
2021c6d07f
Fix $ne operator usage
...
The flaw was exposed when the test name was fixed.
2016-10-30 17:49:32 +02:00
Juha Jokimaki
3d4a38a10a
Fix test name to match what is tested
2016-10-30 17:31:16 +02:00
Juha Jokimaki
8fd4946959
Add $where operator
2016-10-30 17:21:15 +02:00