Skip to content

Commit 75bebe8

Browse files
committed
RDBC-618 Release final beta version v5.2beta3
1 parent ada0c08 commit 75bebe8

3 files changed

Lines changed: 42 additions & 5 deletions

File tree

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Official Python client for RavenDB NoSQL Database 🐍
33

44
## Installation
5-
Install from [PyPi](https://pypi.python.org/pypi), as [ravendb](https://pypi.org/project/ravendb/5.2.0b2/).
5+
Install from [PyPi](https://pypi.python.org/pypi), as [ravendb](https://pypi.org/project/ravendb/5.2.0b3/).
66
```bash
7-
pip install ravendb==5.2.0b2
7+
pip install ravendb==5.2.0b3
88
````
99
## Introduction and changelog
1010
Python client API (v5.2) for [RavenDB](https://ravendb.net/) , a NoSQL document database.
@@ -23,6 +23,24 @@ Although new API isn't compatible with the previous one, it comes with **many im
2323
2424
## What's new?
2525

26+
###### 5.2.0b3
27+
- **New features**
28+
- Conditional Load
29+
- SelectFields & Facets
30+
- Projections
31+
- MoreLikeThis
32+
- Suggestions
33+
34+
35+
- **Improvements**
36+
- Compare exchange
37+
- Querying
38+
- DocumentConventions
39+
- Patching
40+
- Spatial queries
41+
- Aggregations
42+
43+
2644
###### 5.2.0b2
2745

2846
- **Lazy Operations**

README_pypi.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Official Python client for RavenDB NoSQL Database
33

44
## Installation
5-
Install from [PyPi](https://pypi.python.org/pypi), as [ravendb](https://pypi.org/project/ravendb/5.2.0b2/).
5+
Install from [PyPi](https://pypi.python.org/pypi), as [ravendb](https://pypi.org/project/ravendb/Optional[/).
66
```bash
7-
pip install ravendb==5.2.0b2
7+
pip install ravendb==5.2.0b3
88
````
99
## Introduction
1010
Python client API (v5.2) for [RavenDB](https://ravendb.net/) , a NoSQL document database.
@@ -18,6 +18,25 @@ Although new API isn't compatible with the previous one, it comes with **many im
1818
1919
## What's new?
2020

21+
22+
###### 5.2.0b3
23+
- **New features**
24+
- Conditional Load
25+
- SelectFields & Facets
26+
- Projections
27+
- MoreLikeThis
28+
- Suggestions
29+
30+
31+
- **Improvements**
32+
- Compare exchange
33+
- Querying
34+
- DocumentConventions
35+
- Patching
36+
- Spatial queries
37+
- Aggregations
38+
39+
2140
###### 5.2.0b2
2241

2342
- **Lazy Operations**

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name="ravendb",
55
packages=find_packages(exclude=["*.tests.*", "tests", "*.tests", "tests.*"]),
6-
version="5.2.0beta2",
6+
version="5.2.0beta3",
77
long_description_content_type="text/markdown",
88
long_description=open("README_pypi.md").read(),
99
description="Python client for RavenDB NoSQL Database",

0 commit comments

Comments
 (0)