83 Commits

Author SHA1 Message Date
semantic-release-bot
4b5ffdc4ba chore(release): 2.8.0
# [2.8.0](https://gitlab.com/oceanbox/SDSlite/compare/v2.7.4...v2.8.0) (2025-09-01)

### Bug Fixes

* Undo handleError(-1) introduced in v2.7.1 ([f5db685](f5db685a2a))

### Features

* update to net9 and turn off compression by default ([39d3329](39d3329538))
v2.8.0
2025-09-01 13:07:27 +00:00
Stig Rune Jensen
214eb53f97 Merge branch 'mrtz/unfix' into 'main'
fix: Undo handleError(-1) introduced in v2.7.1

See merge request oceanbox/SDSlite!2
2025-09-01 13:03:52 +00:00
f5db685a2a fix: Undo handleError(-1) introduced in v2.7.1 2025-09-01 14:55:43 +02:00
a249ea9e88 Merge branch 'main' of gitlab.com:oceanbox/SDSlite 2024-12-02 12:36:34 +01:00
39d3329538 feat: update to net9 and turn off compression by default 2024-12-02 12:36:18 +01:00
semantic-release-bot
65ca2e9216 chore(release): 2.7.4
## [2.7.4](https://gitlab.com/oceanbox/SDSlite/compare/v2.7.3...v2.7.4) (2024-08-09)

### Bug Fixes

* rename package to avoid version conflicts ([5f9e5f9](5f9e5f920a))
v2.7.4
2024-08-09 08:06:34 +00:00
Jonas Juselius
5f9e5f920a fix: rename package to avoid version conflicts 2024-08-09 10:03:54 +02:00
Jonas Juselius
b6ea70e3f8 Merge branch 'main' of gitlab.com:oceanbox/SDSlite 2024-01-12 08:31:37 +01:00
Jonas Juselius
68db57ab6f cicd: update pipeline to v2 2024-01-12 08:31:28 +01:00
semantic-release-bot
1cceacd8a0 chore(release): 2.7.3
## [2.7.3](https://gitlab.com/oceanbox/SDSlite/compare/v2.7.2...v2.7.3) (2024-01-03)

### Bug Fixes

* remove debug prints and rename package to SDSLite.Oceanbox ([3c7b181](3c7b18162f))
v2.7.3
2024-01-03 10:47:45 +00:00
Jonas Juselius
3c7b18162f fix: remove debug prints and rename package to SDSLite.Oceanbox 2024-01-03 11:45:13 +01:00
semantic-release-bot
74a6a7cf17 chore(release): 2.7.2
## [2.7.2](https://gitlab.com/oceanbox/SDSlite/compare/v2.7.1...v2.7.2) (2024-01-02)

### Bug Fixes

* add debug logging to CreateDimension ([478feba](478feba7eb))
v2.7.2
2024-01-02 19:30:50 +00:00
Jonas Juselius
478feba7eb fix: add debug logging to CreateDimension 2024-01-02 20:28:22 +01:00
semantic-release-bot
88968ef562 chore(release): 2.7.1
## [2.7.1](https://gitlab.com/oceanbox/SDSlite/compare/v2.7.0...v2.7.1) (2023-12-31)

### Bug Fixes

* rename package to SDSLite-O to avoid confusion with upstream versions ([7920b00](7920b00d2f))
v2.7.1
2023-12-31 11:40:39 +00:00
Jonas Juselius
2ae91e4644 Merge branch 'main' of gitlab.com:oceanbox/SDSlite 2023-12-31 12:38:12 +01:00
Jonas Juselius
7920b00d2f fix: rename package to SDSLite-O to avoid confusion with upstream versions 2023-12-31 12:38:02 +01:00
semantic-release-bot
4f1cefbb61 chore(release): 2.7.0
# [2.7.0](https://gitlab.com/oceanbox/SDSlite/compare/v2.6.0...v2.7.0) (2023-12-31)

### Bug Fixes

* update Devcontainer to net8.0 ([b62067d](b62067d305))

### Features

* update to net8.0 ([c8ecc73](c8ecc73fbd))
v2.7.0
2023-12-31 11:19:47 +00:00
Jonas Juselius
b62067d305 fix: update Devcontainer to net8.0 2023-12-31 12:15:49 +01:00
Jonas Juselius
c8ecc73fbd feat: update to net8.0 2023-12-31 12:09:04 +01:00
semantic-release-bot
6264fc5ede chore(release): 2.6.0
# [2.6.0](https://gitlab.com/oceanbox/SDSlite/compare/v2.5.0...v2.6.0) (2023-03-22)

### Bug Fixes

* npmrc project group ([2a420eb](2a420ebf35))
* update sdsutil to net7.0 as well ([2f8ffbd](2f8ffbd89e))
* update to net7 and update sematic-release ([4fc6c62](4fc6c6212d))
* use NPM_TOKEN and see if that helps ([1e13ea8](1e13ea8db2))
* use VersionPrefix and with local semantic-release-dotnet ([3b61cba](3b61cba4e0))

### Features

* implement AddCharVariable for creating nc_char (arrays) ([968f002](968f002cd4))
v2.6.0
2023-03-22 08:43:58 +00:00
Jonas Juselius
f42a99121e cicd: skip tests in pipeline 2023-03-22 09:41:00 +01:00
Jonas Juselius
2f8ffbd89e fix: update sdsutil to net7.0 as well 2023-03-22 09:36:19 +01:00
Jonas Juselius
4fc6c6212d fix: update to net7 and update sematic-release 2023-03-22 09:31:06 +01:00
Jonas Juselius
2dbe4e5242 Merge branch 'charvar' into 'main'
Implement AddCharVariable for creating nc_char (arrays)

See merge request oceanbox/SDSlite!1
2022-06-15 15:40:43 +00:00
Jonas Juselius
1e13ea8db2 fix: use NPM_TOKEN and see if that helps 2022-06-02 08:16:45 +02:00
Jonas Juselius
2a420ebf35 fix: npmrc project group 2022-06-01 16:08:28 +02:00
Jonas Juselius
3b61cba4e0 fix: use VersionPrefix and with local semantic-release-dotnet 2022-06-01 15:49:45 +02:00
Jonas Juselius
968f002cd4 feat: implement AddCharVariable for creating nc_char (arrays) 2022-05-31 17:52:44 +02:00
semantic-release-bot
2fd173d0c6 chore(release): 2.5.0
# [2.5.0](https://gitlab.com/oceanbox/SDSlite/compare/v2.4.1...v2.5.0) (2022-05-31)

### Features

* implement AddCharVariable for creating nc_char (arrays) ([815c4e3](815c4e3c69))
v2.5.0
2022-05-31 14:05:12 +00:00
Jonas Juselius
db9ab4da6b Merge branch 'main' of gitlab.com:oceanbox/SDSlite 2022-05-31 16:00:07 +02:00
Jonas Juselius
815c4e3c69 feat: implement AddCharVariable for creating nc_char (arrays) 2022-05-31 15:59:53 +02:00
semantic-release-bot
5ec6a11bd4 chore(release): 2.4.1
## [2.4.1](https://gitlab.com/oceanbox/SDSlite/compare/v2.4.0...v2.4.1) (2022-05-30)

### Bug Fixes

* support Char in Core/DataSet.cs as well ([63efc6b](63efc6b3c8))
v2.4.1
2022-05-30 13:05:12 +00:00
Jonas Juselius
64523ca2b2 Merge branch 'main' of gitlab.com:oceanbox/SDSlite 2022-05-30 15:00:08 +02:00
Jonas Juselius
63efc6b3c8 fix: support Char in Core/DataSet.cs as well 2022-05-30 14:59:54 +02:00
semantic-release-bot
02bd384176 chore(release): 2.4.0
# [2.4.0](https://gitlab.com/oceanbox/SDSlite/compare/v2.3.0...v2.4.0) (2022-05-30)

### Features

* add support for NC_CHAR ([791f924](791f9240b0))
* add support for NC_CHAR ([b9fa292](b9fa292313))
v2.4.0
2022-05-30 12:20:22 +00:00
Jonas Juselius
791f9240b0 feat: add support for NC_CHAR 2022-05-30 14:15:27 +02:00
Jonas Juselius
b9fa292313 feat: add support for NC_CHAR 2022-05-30 14:09:26 +02:00
Jonas Juselius
13dba414b7 Add support for NC_CHAR 2022-05-30 13:44:15 +02:00
semantic-release-bot
a23d90cc76 chore(release): 2.3.0
# [2.3.0](https://gitlab.com/oceanbox/SDSlite/compare/v2.2.0...v2.3.0) (2022-04-29)

### Features

* Create Dimensions with fixed length ([775e55d](775e55d78d))
v2.3.0
2022-04-29 09:57:40 +00:00
Jonas Juselius
6b43fcbdd9 Merge branch 'main' into dim2 2022-04-29 11:47:10 +02:00
Jonas Juselius
775e55d78d feat: Create Dimensions with fixed length 2022-04-29 11:13:27 +02:00
semantic-release-bot
c7b41bfcbf chore(release): 2.2.0
# [2.2.0](https://gitlab.com/oceanbox/SDSlite/compare/v2.1.1...v2.2.0) (2022-03-01)

### Features

* Add Url property for DAP access ([d99da77](d99da77384))
* Enable DAP for Url type Uris, and refactor ([c66b60c](c66b60c204))
v2.2.0
2022-03-01 09:08:54 +00:00
Jonas Juselius
8dd94d9035 fis: Prevent file and url in the same uri object 2022-03-01 10:02:11 +01:00
Jonas Juselius
c66b60c204 feat: Enable DAP for Url type Uris, and refactor 2022-03-01 10:01:43 +01:00
Jonas Juselius
d99da77384 feat: Add Url property for DAP access 2022-03-01 09:59:51 +01:00
Jonas Juselius
ba20862ee8 Enable read-only NetCDF DAP uri:s 2022-02-25 20:28:24 +01:00
semantic-release-bot
9e27b18ae5 chore(release): 2.1.1
## [2.1.1](https://gitlab.com/oceanbox/SDSlite/compare/v2.1.0...v2.1.1) (2022-02-25)

### Bug Fixes

* Update .version to force new release ([57d1545](57d15456f4))
v2.1.1
2022-02-25 17:17:19 +00:00
Jonas Juselius
57d15456f4 fix: Update .version to force new release 2022-02-25 17:12:30 +00:00
Jonas Juselius
a12ecc2621 build: disable non net6.0 projects in sln 2022-02-25 16:10:07 +01:00
Jonas Juselius
d57c41dd18 build: fix version 2.1.0 v2.1.0 2022-02-25 15:58:38 +01:00