File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## v1.0.60 (2023-09-13)
44
5+ ### Added
56New flag to store the entity mapping data in memory, when using ` edge ` . Use
67with caution.
78
@@ -12,11 +13,29 @@ for entity in eref:
1213 print (entity)
1314```
1415
16+ ## v1.0.59 (2022-11-25)
17+
18+ ### Added
19+
20+ - New examples
21+
22+ ### Improved
23+ - Script to check the connection (check_connection.py) also checks edge.
24+ - Edge flatfiles can now be downloaded through the API, just like RPA
25+ flatfiles
26+ - Old examples now work with edge as well.
27+
28+ ### Fixed
29+
30+ - Bug listing jobs
31+
1532## v1.0.58 (2022-01-12)
1633
17- EntityTypeReference for Edge reference files - won't keep the entire mapping in memory anymore.
18- This allows to grab the reference files and write them to file - or iterate through them - but they can't
19- be accessed as rp_entity_id mappings anymore - for Edge only.
34+ ### Improved
35+ ` EntityTypeReference ` for Edge reference files won't keep the entire mapping in
36+ memory anymore. This allows to grab the reference files and write them to file
37+ (or iterate through them) but they can't be accessed as rp_entity_id mappings
38+ anymore. For Edge only.
2039
2140## v1.0.56 (2021-11-04)
2241
@@ -126,5 +145,4 @@ data_count = ds.count(
126145 end_date = ' 2018-01-05 18:01:00' ,
127146)
128147# {'count': 11, 'stories': 10, 'entities': 6}
129-
130148```
You can’t perform that action at this time.
0 commit comments