File: NEWS

package info (click to toggle)
libmongodb-perl 2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,264 kB
  • sloc: perl: 14,419; python: 299; makefile: 20; sh: 11
file content (34 lines) | stat: -rw-r--r-- 1,184 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
libmongodb-perl (2.0.1-1) unstable; urgency=medium

  From upstream Changes in version 2.0.0

  * Incompatible Changes:

    - MongoDB::BSON codec has been removed. While this is a sweeping change,
      applications that relied on the default encoder are likely to need
      minimal changes. MongoDB type wrapper classes will encode correctly, but
      decodedwrappers will be from the BSON.pm library instead. See
      MongoDB::Upgrading for more details.
    - Remove features and methods deprecated in v1.0.0

  * Deprecations:

    - Deprecate find option 'modifiers'
    - Deprecate 'md5' field in GridFS file documents
    - Deprecate maxScan find option
    - Deprecate cursor snapshot option
    - Deprecate 'count' method

 -- Xavier Guimard <x.guimard@free.fr>  Mon, 09 Jul 2018 22:24:43 +0200

libmongodb-perl (1.4.5-1) unstable; urgency=medium

  From upstream Changes in version 1.4:

  [*** Deprecations ***]

  - The MongoDB::GridFS and MongoDB::GridFS::File classes are deprecated
    in favor of the MongoDB::GridFSBucket and related classes.  It will
    be removed in a future major release.

 -- Nuno Carvalho <smash@cpan.org>  Tue, 30 Aug 2016 14:57:35 +0100