@@ -14,124 +14,8 @@ Python client API (v7.2) for [RavenDB](https://ravendb.net/) , a NoSQL document
1414
1515## Releases
1616
17- * [ Click here] ( https://github.com/ravendb/ravendb-python-client/releases ) to view all Releases and Changelog.
17+ ### [ Click here] ( https://github.com/ravendb/ravendb-python-client/releases ) to view all Releases and Changelog.
1818
19- ## What's new?
20-
21- ###### 5.2.5+
22- - Changes available in the [ releases] ( https://github.com/ravendb/ravendb-python-client/releases ) section.
23-
24- ###### 5.2.4
25- - Bulk insert dependencies [ bugfix] ( https://github.com/ravendb/ravendb-python-client/pull/184 )
26-
27- ###### 5.2.3
28- - ** Counters**
29- - Counters indexes
30-
31- ###### 5.2.2
32- - New feature - ** [ Bulk insert] ( https://github.com/ravendb/ravendb-python-client/pull/161 ) **
33- - Bugfixes - Cluster-wide operations ([ here] ( https://github.com/ravendb/ravendb-python-client/pull/166 ) )
34-
35- ###### 5.2.1
36- - Bugfixes - Serialization while loading/querying ([ here] ( https://github.com/ravendb/ravendb-python-client/pull/163 ) )
37-
38- ###### 5.2.0
39- - ** Subscriptions**
40- - Document streams
41- - Secured subscriptions
42-
43-
44- - ** Querying**
45- - Major bugfixes
46- - Spatial querying and indexing
47- - Highlighting fixes
48- - ** Custom document parsers & loaders**
49-
50-
51- ###### 5.2.0b3
52- - ** New features**
53- - Conditional Load
54- - SelectFields & Facets
55- - Projections
56- - MoreLikeThis
57- - Suggestions
58-
59-
60- - ** Improvements**
61- - Compare exchange
62- - Querying
63- - DocumentConventions
64- - Patching
65- - Spatial queries
66- - Aggregations
67-
68-
69- ###### 5.2.0b2
70-
71- - ** Lazy Operations**
72- - Lazy loading
73- - Lazy querying
74- - Lazy compare exchange operations
75-
76-
77- - ** Structure**
78- - Important classes are now available to import from the top level ` ravendb ` module
79-
80-
81- ...and many bugfixes
82-
83- ----
84-
85- ###### 5.2.0b1
86-
87- - ** Querying**
88- - Simpler, well type hinted querying
89- - Group by, aggregations
90- - Spatial querying
91- - Boost, fuzzy, proximity
92- - Subclauses support
93-
94-
95-
96- - ** Static Indexes**
97- - Store fields, index fields, pick analyzers & more using ` AbstractIndexCreationTask `
98- - Full indexes CRUD
99- - Index related commands (priority, erros, start/stop, pause, lock)
100- - Additional assemblies, map-reduce, index query with results "of_type"
101-
102-
103- - ** CRUD**
104- - Type hints for results and includes
105- - Support for dataclasses
106-
107- ------
108-
109-
110- - ** Attachments**
111- - New attachments API
112- - Better type hints
113-
114-
115- - ** HTTPS**
116- - Support for https connection
117- - Certificates CRUD operations
118-
119- -----
120-
121- - ** Lazy load**
122- - New feature
123-
124-
125- - ** Cluster Transactions, Compare Exchange**
126- - New feature
127-
128- -----
129-
130- ### ** Coming soon, work in progress**
131- - Replication & ETL Commands
132- - Streaming (https://github.com/ravendb/ravendb-python-client/pull/168 )
133-
134- ----
13519
13620### Demo
13721
0 commit comments