about summary refs log tree commit diff
path: root/pkgs/servers/nosql
Commit message (Collapse)AuthorAge
* redis: 6.0.1 -> 6.0.3Jamie McClymont2020-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ================================================================================ Redis 6.0.3 Released Sat May 16 18:10:21 CEST 2020 ================================================================================ Upgrade urgency CRITICAL: a crash introduced in 6.0.2 is now fixed. 1eab62f7e Remove the client from CLOSE_ASAP list before caching the master. ================================================================================ Redis 6.0.2 Released Fri May 15 22:24:36 CEST 2020 ================================================================================ Upgrade urgency MODERATE: many not critical bugfixes in different areas. Critical fix to client side caching when keys are evicted from the tracking table but no notifications are sent. The following are the most serious fix: * XPENDING should not update consumer's seen-time * optimize memory usage of deferred replies - fixed * Fix CRC64 initialization outside the Redis server itself. * stringmatchlen() should not expect null terminated strings. * Cluster nodes availability checks improved when there is high Pub/Sub load on the cluster bus. * Redis Benchmark: Fix coredump because of double free * Tracking: send eviction messages when evicting entries. * rax.c updated from upstream antirez/rax. * fix redis 6.0 not freeing closed connections during loading. New features: * Support setcpuaffinity on linux/bsd * Client Side Caching: Add Tracking Prefix Number Stats in Server Info * Add --user argument to redis-benchmark.c (ACL)
* redis: handle changes to systemd supportJamie McClymont2020-05-17
| | | | | | | | | | | | The 6.0 changelog notes that systemd support was rewritten. The effects of that seem to be twofold: * Redis will silently fail to sd_notify if not built with libsystemd, breaking our unit configuration. * It also appears to misbehave if told to daemonize when running under systemd -- note that upstream's sample unit configuration does not daemonize: https://github.com/antirez/redis/blob/unstable/utils/systemd-redis_server.service
* Merge pull request #87472 from r-ryantm/auto-update/redisMario Rodas2020-05-16
|\ | | | | redis: 5.0.8 -> 6.0.1
| * redis: 5.0.8 -> 6.0.1R. RyanTM2020-05-10
| |
* | go-modules: Update files to use vendorSha256Colin L Rice2020-05-14
|/
* eventstore: 5.0.7 -> 5.0.8R. RyanTM2020-05-01
|
* mongodb_3_4: fix licenseMaximilian Bosch2020-04-21
| | | | | | | As noted in #83433, the 3.4 branch of `mongodb` is still licensed under AGPL[1]. [1] https://github.com/mongodb/mongo/blob/r3.4.24/README
* Merge pull request #85109 from marsam/update-victoriametricsMario Rodas2020-04-15
|\ | | | | victoriametrics: 1.34.5 -> 1.34.7
| * victoriametrics: 1.34.5 -> 1.34.7Mario Rodas2020-04-12
| |
* | influxdb: 1.7.6 -> 1.8.0 (#85113)Mario Rodas2020-04-13
|/
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* victoriametrics: 1.33.1 -> 1.34.5R. RyanTM2020-04-07
|
* Merge staging-next into stagingFrederik Rietdijk2020-03-28
|\
| * Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim2020-03-27
| | | | | | | | | | | | | | This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
| * mongodb: builds on aarch64 as wellMaximilian Bosch2020-03-26
| |
| * mongodb: 3.4.22 -> 3.4.24 & fix sslThibault Gagnaux2020-03-26
| | | | | | | | Reverts previous ssl fix commit and updates the mongodb version which fixes the ssl compile problem on darwin.
| * mongodb-4_0: 4.0.11 -> 4.0.12Nathan Smyth2020-03-26
| |
| * nixos/tests/mongodb: test against mongodb versions 3.4, 3.6, 4.0Nathan Smyth2020-03-26
| | | | | | | | | | Now has tests for 3.4, 3.6, 4.0. Has some duplication, but it appears to work on my machine.
| * mongodb: 3.4.20 -> 3.4.22, 3.6.12 -> 3.6.13, 4.0.9 -> 4.0.11Nathan Smyth2020-03-26
| |
| * mongodb: split packages to expose 3.4, 3.6 and 4.0Nathan Smyth2020-03-26
| |
| * mongodb: 3.4.10 -> 4.0.4Nathan Smyth2020-03-26
| | | | | | | | | | | | | | | | | | | | | | | | fix: Adding libtool to allow darwin compiles Libtool seems to be required for mongodb to compile on darwin. fix: Marking MongoDB as broken on aarch64 fix: Adding libtools to the pkg imports Update mongodb to 4.0.4
* | scons: Add passthru.py2 for backward compatibilityMichael Weiss2020-03-27
|/ | | | | Not all packages build with Python 3, see #75877. The goal is to get rid of Python 2 but this approach ensures a smoother transition.
* victoriametrics: fix build on darwinMario Rodas2020-03-21
|
* Merge pull request #82864 from r-ryantm/auto-update/EventStoreMario Rodas2020-03-20
|\ | | | | eventstore: 5.0.6 -> 5.0.7
| * eventstore: 5.0.6 -> 5.0.7R. RyanTM2020-03-18
| |
* | Merge pull request #82730 from r-ryantm/auto-update/VictoriaMetricsRyan Mulligan2020-03-19
|\ \ | | | | | | victoriametrics: 1.32.5 -> 1.33.1
| * | victoriametrics: 1.32.5 -> 1.33.1R. RyanTM2020-03-16
| |/
* / redis: 5.0.7 -> 5.0.8R. RyanTM2020-03-17
|/
* eventstore: 5.0.5 -> 5.0.6R. RyanTM2020-02-23
|
* victoriametrics: init at v1.32.5Yorick van Pelt2020-01-29
|
* Merge pull request #76336 from r-ryantm/auto-update/neo4jMario Rodas2020-01-06
|\ | | | | neo4j: 3.5.13 -> 3.5.14
| * neo4j: 3.5.13 -> 3.5.14R. RyanTM2019-12-23
| |
* | treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
| |
* | treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
| |
* | Merge gcc-9 into staging (#68029)Frederik Rietdijk2019-12-30
|\ \
| * | Merge remote-tracking branch 'origin/master' into gcc-9Franz Pletz2019-12-26
| |\|
| * | Merge remote-tracking branch 'origin/master' into gcc-9Franz Pletz2019-11-03
| |\ \
| * | | aerospike: fix build with gcc9Franz Pletz2019-11-03
| | | |
* | | | treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
| |_|/ |/| |
* | | neo4j: 3.5.12 -> 3.5.13 (#75282)R. RyanTM2019-12-09
| | |
* | | redis: 5.0.6 -> 5.0.7 (#74621)Jörg Thalheim2019-11-29
|\ \ \ | | | | | | | | redis: 5.0.6 -> 5.0.7
| * | | redis: 5.0.6 -> 5.0.7R. RyanTM2019-11-29
| | | |
* | | | redis: reference testsJörg Thalheim2019-11-29
| | | |
* | | | eventstore: 5.0.2 -> 5.0.5R. RyanTM2019-11-27
|/ / /
* | / neo4j: 3.5.11 -> 3.5.12 (#71692)R. RyanTM2019-11-13
| |/ |/| | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/neo4j/versions
* | arangodb: 3.3.23.1 -> 3.3.24, 3.4.7 -> 3.4.8, 3.5.0-rc.7 -> 3.5.1Franz Pletz2019-11-03
|/
* apache-jena-fuseki: 3.12.0 -> 3.13.1R. RyanTM2019-10-21
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/apache-jena-fuseki/versions
* redis: 5.0.5 -> 5.0.6R. RyanTM2019-10-08
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/redis/versions
* Merge pull request #69694 from r-ryantm/auto-update/neo4jJon2019-09-30
|\ | | | | neo4j: 3.5.8 -> 3.5.11
| * neo4j: 3.5.8 -> 3.5.11R. RyanTM2019-09-27
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/neo4j/versions