Adam Hathcock
24db4c4ae4
Merge pull request #288 from specklesystems/adam/no-drop-writes
...
.NET Build and Publish / build (push) Has been cancelled
fix (main) Don't drop items to write when sending fast
3.2.2
2025-04-28 10:18:48 +01:00
Adam Hathcock
edf63d4a1b
fix build issue
2025-04-28 09:39:46 +01:00
Adam Hathcock
b5b0922e7f
Revert to write async
2025-04-28 09:35:02 +01:00
Adam Hathcock
ff390f772d
just wait for space instead of another task and reduce size to 1000
2025-04-25 18:24:34 +01:00
Adam Hathcock
d69f0bba2a
fmt
2025-04-25 18:13:05 +01:00
Adam Hathcock
33c14fc14c
Remove extras
2025-04-25 18:09:04 +01:00
Adam Hathcock
536e58aacc
Don't drop items to write when sending fast
2025-04-25 17:45:01 +01:00
Adam Hathcock
377829adae
fix(main) exception test correction and token usage ( #283 )
...
.NET Build and Publish / build (push) Has been cancelled
* add parallelism on exception after count test
* use scoped token source correctly
* format
* Centralized token usage and made sqlite busy timeout be 5 seconds
* restore write parallelism to 4
* add to comment
3.2.1
2025-04-24 10:40:46 +00:00
Adam Hathcock
cc9639b179
Merge pull request #282 from specklesystems/adam/error-fix
...
fix(main) Wrong error message being displayed in UI
2025-04-24 11:29:10 +01:00
Adam Hathcock
b733ce5f29
fix snapshot test message
2025-04-22 11:09:50 +01:00
Adam Hathcock
1c8b2b82d7
Wrong error message being displayed in UI
2025-04-22 10:13:59 +01:00
Jedd Morgan
11cd2dc1cb
Update ProjectResourceExceptionalTests.cs ( #279 )
2025-04-11 12:27:04 +00:00
Adam Hathcock
3789898ea2
Merge pull request #278 from specklesystems/dev
...
.NET Build and Publish / build (push) Has been cancelled
SDK 3.2 release from dev to main
3.2.0
2025-04-09 12:35:06 +01:00
Adam Hathcock
0b3318f9e1
Merge pull request #277 from specklesystems/main-dev
...
Main to dev again
2025-04-09 11:56:35 +01:00
Adam Hathcock
7589ad5f05
Merge remote-tracking branch 'origin/dev' into main-dev
2025-04-09 11:45:06 +01:00
Adam Hathcock
6df32262bd
fix: Update HostAppVersion.cs ( #276 )
...
Adding v2026 for next autodesk releases support.
Co-authored-by: Jonathon Broughton <760691+jsdbroughton@users.noreply.github.com >
2025-04-09 10:42:40 +00:00
Adam Hathcock
001ca1c287
Update some dependencies ( #275 )
2025-04-09 10:31:23 +00:00
Adam Hathcock
59e459559b
Merge branch 'dev' into main-dev
2025-04-09 11:22:51 +01:00
Adam Hathcock
d305fe59cb
feat(sdk) clean up registration of sdk to not be connector specific ( #274 )
...
* First pass of ObjectSaver and better in-memory usage
* fix some tests
* add commit to match deserialize process
* correct more tests
* format
* make a deserialize factory
* fix tests? and format
* use distinct
* Fix mismerge
* Fix serialization issues with tests
* fix merges
* follow copilot suggestions
* remove disables
* change registration to take strings and TypeLoader isn't public
* remove unused transports
* more test fixes
* fmt
* add Application object back
2025-04-08 09:49:31 +00:00
Adam Hathcock
f163b2822e
(feat) add memory serialize and make relevant tests use it ( #252 )
...
* First pass of ObjectSaver and better in-memory usage
* fix some tests
* add commit to match deserialize process
* correct more tests
* format
* make a deserialize factory
* fix tests? and format
* use distinct
* Fix mismerge
* Fix serialization issues with tests
* fix merges
* follow copilot suggestions
* remove disables
2025-04-08 10:21:47 +01:00
Adam Hathcock
630bb38b8b
fix: Update HostAppVersion.cs ( #273 )
...
Adding v2026 for next autodesk releases support.
Co-authored-by: Jonathon Broughton <760691+jsdbroughton@users.noreply.github.com >
2025-04-07 13:43:22 +01:00
Adam Hathcock
bacff2da34
Merge branch 'dev' into main-dev
2025-04-07 12:46:07 +01:00
Adam Hathcock
129d5285ed
Merge branch 'main' into main-dev
2025-04-07 12:45:09 +01:00
Adam Hathcock
5d07fe0ea0
refactor error handling to no propagate through channels. ( #268 )
...
* refactor error handling to no propagate through channels. Use cancellation to shut down on exception
* don't try to shutdown scheduler when exception happens...handle tokens in a tree
* some cleanup
* ConfigureAwait(false) again
* Add test and clean up exception handling
* fmt
* fixed tests
2025-04-07 11:49:47 +01:00
Adam Hathcock
062e3c2838
Make packs require tests too ( #254 )
2025-04-07 10:10:41 +00:00
Adam Hathcock
f4cc4bc77e
Merge pull request #272 from specklesystems/adam/add-2026
...
.NET Build and Publish / build (push) Has been cancelled
fix: Update HostAppVersion.cs for 2026
3.1.8
2025-04-07 10:55:25 +01:00
Jonathon Broughton
d395f03219
fix: Update HostAppVersion.cs
...
Adding v2026 for next autodesk releases support.
2025-04-07 10:10:18 +01:00
Adam Hathcock
56ed399d70
Removes log statement that is confusing people when viewing log files ( #267 )
2025-03-26 14:21:06 +00:00
Adam Hathcock
7e0766fc7f
Merge pull request #262 from specklesystems/main-dev
...
Main to dev
2025-03-25 10:24:16 +00:00
Adam Hathcock
0df343ebe1
Merge remote-tracking branch 'origin/main' into main-dev
2025-03-25 09:02:02 +00:00
Oğuzhan Koral
3cad57ceb3
Update object instead save ( #266 )
.NET Build and Publish / build (push) Has been cancelled
3.1.7
2025-03-24 20:24:15 +03:00
Oğuzhan Koral
11937ad7c9
Handle refresh token on catch ( #265 )
.NET Build and Publish / build (push) Has been cancelled
3.1.6
2025-03-24 13:39:23 +03:00
Adam Hathcock
8210fde69a
Merge pull request #264 from specklesystems/oguzhan/parameter-for-app-id-secret
...
.NET Build and Publish / build (push) Has been cancelled
Chore(accounts): Extract hard coded app as parameter into function
3.1.5
2025-03-20 15:29:50 +00:00
oguzhankoral
fa6f90621e
Extract hard coded app as parameter into function
2025-03-20 18:18:23 +03:00
Adam Hathcock
f6f1852664
Merge branch 'dev' into main-dev
2025-03-17 12:36:33 +00:00
Adam Hathcock
b3f4190614
Merge pull request #260 from specklesystems/adam/fix-cancel-check
...
.NET Build and Publish / build (push) Has been cancelled
Cancellation check for sending needs to not be wrapped
3.1.4
2025-03-17 12:21:44 +00:00
Adam Hathcock
2fc0024cd2
Cancellation check for sending needs to not be wrapped
2025-03-17 12:08:42 +00:00
Adam Hathcock
300a5627fd
Merge pull request #259 from specklesystems/revit-levels
...
.NET Build and Publish / build (push) Has been cancelled
feat(objects): adds level to revitobject
3.1.3
2025-03-17 11:06:13 +00:00
Claire Kuang
22f029fe33
Update RevitObject.cs
2025-03-17 10:32:47 +00:00
Claire Kuang
c728266c88
Update RevitObject.cs
2025-03-17 10:31:43 +00:00
Claire Kuang
7f2d57cdad
adds level
2025-03-17 10:05:41 +00:00
Adam Hathcock
81a22bd4cc
Merge pull request #256 from specklesystems/main-dev
...
Main to dev
2025-03-13 10:39:11 +00:00
Adam Hathcock
f64da099ab
Merge branch 'dev' into main-dev
2025-03-13 08:48:36 +00:00
Adam Hathcock
f4ba200640
Merge branch 'main' into main-dev
2025-03-13 08:47:23 +00:00
Adam Hathcock
4e84766be9
Merge pull request #253 from specklesystems/regions-PR-to-main
.NET Build and Publish / build (push) Has been cancelled
3.1.2
2025-03-12 17:55:01 +00:00
KatKatKateryna
73a95aded0
Regions class ( #241 )
...
* region class
* comments
* adjusted constructor
* todos
* comment
* change displayValur to curves
* small refactor
* assign correct property
* generalize display value
* some minor xml changes
* transform meshes; bbox not required
* remove comment
* Update Region.cs
---------
Co-Authored-By: Claire Kuang <kuang.claire@gmail.com >
Co-Authored-By: Adam Hathcock <adamhathcock@users.noreply.github.com >
2025-03-12 17:38:28 +00:00
KatKatKateryna
404600a839
Regions class ( #241 )
...
* region class
* comments
* adjusted constructor
* todos
* comment
* change displayValur to curves
* small refactor
* assign correct property
* generalize display value
* some minor xml changes
* transform meshes; bbox not required
* remove comment
* Update Region.cs
---------
Co-authored-by: Claire Kuang <kuang.claire@gmail.com >
Co-authored-by: Adam Hathcock <adamhathcock@users.noreply.github.com >
2025-03-12 19:10:45 +08:00
Jedd Morgan
93d517eab7
test(objects): Verify tests for serialization ( #227 )
...
* Objects Verify Tests
* VerifyTests
* Verify as array with deterministic order
* lock
* Updated verified
2025-03-12 08:29:30 +00:00
Adam Hathcock
4110d90107
Merge pull request #245 from specklesystems/adam/more-code-cov2
...
Client tests and another SpeckleHttp one
2025-03-11 13:54:14 +00:00
Adam Hathcock
2d134bf7e1
make ExecuteWithResiliencePolicies internal
2025-03-11 13:24:39 +00:00