Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/1.3.0 #116

Merged
merged 32 commits into from
Oct 10, 2023
Merged

Release/1.3.0 #116

merged 32 commits into from
Oct 10, 2023

Conversation

hhund
Copy link
Member

@hhund hhund commented Oct 10, 2023

closes #114
closes #111
closes #107
closes #106
closes #104
closes #85

EmteZogaf and others added 30 commits September 18, 2023 21:33
The results of a FHIR search query using search entry mode 'included'
could lead to infinite number of requests of incrementing result page
number if the number of resources of the join (with search mode
'included') in the results is less than the number of the primary
resources (with search mode 'match').
This fix only requests the next result page if the previous result
bundle contains a 'next' link.

Add test cases for OrganizationProviderImpl.
issues/106_Start_New_Development_Cycle
'origin/issues/106_Start_New_Development_Cycle' into develop
issues/85_fhir_reverse_proxy_server_context_path
The h1 url heading is now displayed correctly based on the configured
server base url. The previous implementation only showed correct urls
for base urls ending with /fhir.
'origin/issues/111_Validation_Dependencies_BPE' into develop
issues/85_fhir_reverse_proxy_server_context_path
'origin/issues/85_fhir_reverse_proxy_server_context_path' into develop
…tions_by_parent_organization_and_member_role_hangs_in_infinite_loop

Issues/104 Fix paging logic in search result handling of resource provider
…nerator_org_orgaffil_endp

* origin/develop:
  updated action versions, maven caching, latest java release for publish
  removed not needed space characters
  remove not needed space character, fixed typo in SSL_CA_DN_REQUEST_FILE
  version to 1.3.0-SNAPSHOT
  removes not needed dependencies and adds validation support for plugins
  improved formatting and variable descriptions
  html url title fixed for "/" and "/metadata"
  changed example to match the default config in dsf.dev tar.gz files
  adds rev-proxy config for context path without trailing slash
  version to 1.2.1-SNAPSHOT
  Fix paging logic in search result handling of resource provider
  1.2.0 release
'origin/issues/107_html_generator_org_orgaffil_endp' into develop
Camunda 7.20. enforces process history time to live values in process
models, added code to set a P30D default value if TTL is not specified
in the bpmn file.
@hhund hhund added this to the 1.3.0 milestone Oct 10, 2023
@hhund hhund self-assigned this Oct 10, 2023
@hhund hhund merged commit 74eb4d7 into main Oct 10, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment