Skip to content

Releases: timothyklemm/HPCC-Platform

community-9.8.0-1-master

08 Aug 17:59
83c705d
Compare
Choose a tag to compare
Update build-lnsecmgrs.yml

candidate-9.8.x-master

08 Aug 17:07
3c418cc
Compare
Choose a tag to compare
Update build-lnsecmgrs.yml

candidate-9.8.0-master

08 Aug 17:11
c74205b
Compare
Choose a tag to compare
Update build-lnsecmgrs.yml

hpcc-31730.1

02 May 13:36
Compare
Choose a tag to compare
HPCC-31730 Resolve Windows build warnings related to LogConfigPTree

Define a template specialization for Boolean values.

Signed-off-by: Tim Klemm <[email protected]>

hpcc-31706.1

02 May 12:02
Compare
Choose a tag to compare
HPCC-31706 Fix Apple Clang warnings and errors on Apple silicon builds

- Add missing format attributes.
- Remove extraneous parentheses.
- Remove set but unused variables.
- Remove reference to obsolete STL base class.

Signed-off-by: Tim Klemm <[email protected]>

hpcc-31430.1

02 May 12:33
Compare
Choose a tag to compare
HPCC-31430 Update ESP instrumentation of http.request.method

- Record the attribute in the HTTP server rather than in the binding. Prevents
  posted form requests, which are processed internally by the GET handler, from
  recording both POST and GET attributes values.
- Ensure the recorded attribute value conforms to the requirements specified at
  https://opentelemetry.io/docs/specs/semconv/attributes-registry/http.
- Record http.request.method_original when _OTHER applies.

Signed-off-by: Tim Klemm <[email protected]>

hpcc-31381.2

22 Apr 17:35
Compare
Choose a tag to compare
Fix addTraceSummaryValue redirection.

hpcc-31381.1

22 Apr 11:39
Compare
Choose a tag to compare
Fix Windows build break

hpcc-31381

19 Apr 20:14
Compare
Choose a tag to compare
Remove empty template type lists.