Skip to content

Commit abff3f1

Browse files
authored
Merge pull request #381 from ArangoDB-Community/pre-release-items
Updated pre-release items
2 parents 5c0cffb + 2f8155c commit abff3f1

File tree

3 files changed

+31
-4
lines changed

3 files changed

+31
-4
lines changed

ChangeLog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,32 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
## [1.1.0] - 2022-05-25
10+
### Added
11+
- Run tests against ArangoDB 3.8 by @DiscoPYF in #347
12+
- Use arangodb image 3.8.5.1 for 3.8 tests. by @DiscoPYF in #349
13+
- Support for indexes api by @tjoubert in #350
14+
- Support for additional AQL/Query endpoints by @tjoubert in #352
15+
- Support for additional collection endpoints by @tjoubert in #356
16+
- Add changelog file by @tjoubert in #369
17+
- Support for analyzers by @tjoubert in #357
18+
- Support for Views API by @tjoubert in #358
19+
- Support for Oasis (ArangoDB Cloud) by @tjoubert in #364
20+
- Simplify error handling in test fixture of Index API client by @DiscoPYF in #377
21+
- Support basic Admin API by @tjoubert in #370
22+
- Use constants to represent index types. by @DiscoPYF in #376
23+
- Bulk operations support by @tjoubert in #354
24+
25+
### Changed
26+
- Make header properties optional in cursor API client interface. by @DiscoPYF in #344
27+
- Update CircleCI badge link by @Zyqsempai in #365
28+
- Update CI config to run tests against ArangoDB 3.9 by @DiscoPYF in #361
29+
- Amended changelog file by @tjoubert in #371
30+
- Resolve build warnings caused by syntax issues in XML doc comments. by @DiscoPYF in #373
31+
- Fix type of selectivity estimate in responses. by @DiscoPYF in #374
32+
- Extract common index response properties into an interface. by @DiscoPYF in #378
33+
- Updated ChangeLog by @tjoubert in #379
34+
935
## 2022-05-24
1036
### Added
1137
- added support for ArangoDB Bulk Operations API features (#354)

arangodb-net-standard/ArangoDBNetStandard.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
<Description>A consistent, comprehensive, minimal interface to enable .NET applications to use the complete range of features exposed by the ArangoDB REST API.</Description>
66
<Summary>A consistent, comprehensive, minimal interface to enable .NET applications to use the complete range of features exposed by the ArangoDB REST API.</Summary>
77
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
8-
<PackageProjectUrl>https://github.com/Actify-Inc/arangodb-net-standard</PackageProjectUrl>
9-
<RepositoryUrl>https://github.com/Actify-Inc/arangodb-net-standard</RepositoryUrl>
8+
<PackageProjectUrl>https://github.com/ArangoDB-Community/arangodb-net-standard</PackageProjectUrl>
9+
<RepositoryUrl>https://github.com/ArangoDB-Community/arangodb-net-standard</RepositoryUrl>
1010
<PackageTags>arangodb-net-standard arangodb arango .net c# netstandard multimodel graph document database</PackageTags>
1111
<Version>1.1.0</Version>
12-
<Company>Actify, Inc</Company>
12+
<Company>ArangoDB Community</Company>
1313
<GenerateDocumentationFile>true</GenerateDocumentationFile>
14+
<Authors>ArangoDB Community</Authors>
1415
</PropertyGroup>
1516

1617
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ For example, the following test method names could be used:
123123

124124
To create a new release, follow these steps:
125125

126-
1. Pull branch for release from actify-inc repo.
126+
1. Pull branch for release from ArangoDB-Community repo.
127127
2. Check the version number in ./arangodb-net-standard/ArangoDBNetStandard.csproj file
128128
- if the version number is incorrect, create a separate commit to change the version number, push it and get it merged before proceeding.
129129
3. Run `dotnet pack --configuration Release ./arangodb-net-standard/ArangoDBNetStandard.csproj`

0 commit comments

Comments
 (0)