Skip to content

Releases: Synergex/HarmonyCore

release-v3.1.9

04 Jun 01:39

Choose a tag to compare

fixes for unit test templates and traditional bridge

release-v3.1.8

28 May 05:15

Choose a tag to compare

fixed issue highlighted by upcoming compiler build

release-v3.1.7

27 May 21:42

Choose a tag to compare

Update to Harmony Core 3.1.101 and template and bridge library code changes.

release-v3.1.6

21 May 23:50

Choose a tag to compare

pulls in Traditional Bridge source changes for decoding dynamic arrays

release-v3.1.5

20 May 19:13

Choose a tag to compare

To cause upgrade tool templates to be updated.

release-v3.1

05 Mar 22:15

Choose a tag to compare

Changes:

  • c103c1c Merge branch 'master' of https://github.com/Synergex/HarmonyCore
  • 0b05b39 Update azure-pipelines.yml for Azure Pipelines
  • 3c7240a publish nuget pacakges as an artifact
  • 5ceeb9f Publish templates and Traditional bridge library source
  • b643f0e set build package version to 3.1.x
  • ccd9936 Don't generate key stuff in tests for relative files.
  • 70562bd synchronized startup and template
  • 823219f Moved most information from here into the WiKi
  • 882a338 fixed nested filter conditions and improved test quality
  • a81b81c better top/skip implementation when mixed with orderby
See More
  • 2eae7b5 better nullguard code
  • 99b4f5e added debug info when tracing and ensured prop deref's for navigations are nullsafe
  • 7441b8e put back not ends with test, its really implemented as contains currently as a result of trailing whitespace issues
  • a8f1e67 added tests for starts with
  • ccd933e added support for starts with and not starts with
  • 2cef084 Fix #129, added basic tests for too long or too short matching
  • da120b8 fix #135, #134 top and skip should now be working at all levels
  • 908bc44 workaround api versioning break around adapters
  • 0f55cc6 fixed bad test input data
  • c9ab96c fixed index out of range for collection deserialization
  • e064675 Merge branch 'master' of https://github.com/Synergex/HarmonyCore
  • edb6ad0 fix #153, build failure targetting 10.3.3
  • 405a682 Merge pull request #150 from Synergex/ValidationAttributes
  • 423c533 Merge branch 'master' into ValidationAttributes
  • 08fa39e Merge pull request #155 from Synergex/ef31
  • 0a67449 changed bin path to netcoreapp3.1 for publish artifacts
  • d8804ff fixed netstandard version requirement for ef provider
  • 4710bb6 removed netfx support
  • dae9de1 bumped nuspec revs
  • e42e3b0 retargeted pipeline to .net core 3.1
  • fa8ba8b Merge branch 'master' into ef31
  • 5a45195 fixed ef relation builder helper, break caused by 3.1
  • b0b0b34 fixed timing issues with signalr
  • 5cb7c18 fixed adapter routing convention to use a filter
  • f11479f bumped package refs and fixed build issues that fell out
  • cf0e86f bumped packages, basic aspnet core 3.1 all working
  • a41f659 WIP aspnet core 3.1 support
  • a60cd89 Merge branch 'aspnetcore31' into ef31
  • c555cf4 handle endswith and improved tests to better verfy results
  • 32e4fce all tests passing, need to add more tests now!
  • fb752d7 WIP all select based operations from odata are working
  • 986a795 WIP deeper legged joins now supported
  • 4ce84ef WIP most tests passing
  • 5943a9a Merge pull request #152 from ArZei/master
  • ca3148d Standardize Common.props properties in project files.
  • 4eb0ce4 WIP aspnetcore 3.1
  • 4f5b9f7 Merge branch 'master' into ValidationAttributes
  • 2b3f79d basic odata queries working
  • 62c39ed basic support for left join
  • c13d455 Adding additional documentation related arttributes to endpoints in controllers.
  • 1e4d735 fixed basic where conditions
  • 05bcc62 Merge pull request #144 from whawkins2005/master
  • bb91545 Merge pull request #149 from Synergex/swagger_validation
  • b68828f Merge pull request #148 from Synergex/validation_helper [ #141 ]
  • ab8e2b0 updated controller template and regenerated controllers for validation changes
  • 3b72806 added explicit test for swagger generation
  • 2faf06d added model state validation helper
  • e0f9927 wip basic where optimization
  • c8184d6 initial working version, no optimization
  • e56b024 wip query support
  • 208bd1b wip ef3.1 provider
  • d3596f5 Modified template to allow debug level to be set via logical
  • 19b20c9 Merge pull request #142 from Synergex/system_text_json
  • d53823f finished up system.text.json work
  • e141e28 moved to make use of system.text.json for v11 builds
  • 266cea8 Change "OData Exposed Entities" to "OData Service Document" (per the OData Spec).
  • 7a60eeb Merge branch 'master' of https://github.com/Synergex/HarmonyCore
  • 91191dc fix for #138, detect if the same field has multiple conditions and dont allow it to go through the simple filter path
  • 923c740 bumped nuget references and fixed bug with direct key read
  • 1a1accc removed warning for impossible if branch
  • 68a6d80 Merge pull request #133 from Synergex/consistant_nuget_versions
  • 1c1ceab bumped and made nuget versions consistant
  • dd94c77 Missed these last time.
  • 34c34a2 Merge branch 'master' of https://github.com/Synergex/HarmonyCore
  • c3aea1d Added CustomerNotes file
  • 21d6106 Merge pull request #131 from Synergex/multi_leg_dups
  • eee97c6 Bumped CodeGen version required to latest version because of recent bug fix in relation loop processing.
  • bb80b11 temporary fix for duplicate child legs in multi leg joins
  • 0a8ef9a Merge branch 'master' of https://github.com/Synergex/HarmonyCore
  • 3d40b8f de-symphonized comments
  • a2519fc Work around a compiler type resolution issue.
  • 06f0419 Merge branch 'master' of https://github.com/Synergex/HarmonyCore
  • 5bda153 Missing quotes around literal alpha segments.
  • 986ed24 fixed regression in where builder around string compare functionality
  • ce17977 Oops, missed one!
  • 19ee6d2 We needed to pass the collection of logical names toi SetLogicalsCustom.
  • 777cd8f Specify the base URI for all OData operations via a Postman collection variable {{ServerBaseUri}}.
  • d26757a Update azure-pipelines.yml for Azure Pipelines
  • 07a822b Merge pull request #127 from Synergex/system_text_json
  • 12e0382 target v11
  • 9ce8ca2 convert json-rpc serialization to use System.Text.Json
  • 19ddfef Added missing templates to solution folders.
  • 78a447a Updated required CodeGen version to 5.4.5.
  • b3b1b81 Remove the code generation of the creation and deletion of the sysparams.ddf relative file and instead create it from code in our sample StartupCustom implementation.
  • 7301f73 bumped package revs
  • 9987231 Merge branch 'master' of https://github.com/Synergex/HarmonyCore
  • 31e2acc bumped package revs
  • ba6d75c Update azure-pipelines.yml for Azure Pipelines
  • 9c9cc1e Update azure-pipelines.yml for Azure Pipelines
  • 3354bdd Update azure-pipelines.yml for Azure Pipelines
  • 0dc6171 Update azure-pipelines.yml for Azure Pipelines
  • c490e43 Update azure-pipelines.yml for Azure Pipelines
  • 7fd8d8a Update azure-pipelines.yml for Azure Pipelines
  • 9f714d3 Update azure-pipelines.yml for Azure Pipelines
  • b5c3464 Update azure-pipelines.yml for Azure Pipelines
  • 57f82cb Update azure-pipelines.yml for Azure Pipelines
  • 87fa55f Update azure-pipelines.yml for Azure Pipelines
  • 0923518...
Read more