Skip to content

Commit 3101544

Browse files
authored
Merge pull request #284 from poissoncorp/RDBC-1017
RDBC-1017 Remove What's New from README
2 parents 0cfd03a + 93c2542 commit 3101544

File tree

2 files changed

+2
-231
lines changed

2 files changed

+2
-231
lines changed

README.md

Lines changed: 1 addition & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -23,120 +23,7 @@ Python client API (v7.2) for [RavenDB](https://ravendb.net/), a NoSQL document d
2323

2424
## What's new?
2525

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

14128
## Documentation
14229

README_pypi.md

Lines changed: 1 addition & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)