Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

1.0.56

Choose a tag to compare

@github-actions github-actions released this 22 Jul 14:10
a2883dd
Release Version 1.0.56 (#2892)

* Bump to 1.0.56d (#2866)

* Fix float formatting issues (#2862)

* Use strconv.FormatFloat instead of fmt.Sprintf

* Use strconv.ParseFloat instead of utils.FastParseFloat in the parser

---------

Co-authored-by: Andrew Hess <ahess@sigscalr.io>

* Fix Query Builder: Options Not Consistently Populating (#2868)

* SPL: Implementation of all bitwise functions (#2861)

* SPL: Implementation of all bitwise functions

* Fix: add unit tests, renaming, correcting err message

* Fix: recompiled spl.go to fix merge conflicts

* UI: Minor Visual Fix (#2871)

* SPL: Implement stats estdc, estdc_error (#2869)

* Separate code for values and cardinality

* WIP: dc works, incomplete implementation

* Remove dummy function for cardinality

* Remove unnecessary log statement

* Don't compute cardinality after adding each record

* Added groupby support

* Use HLL for MergeSegmentStats

* Updated sentinel values for boolean-valued fields

* WIP on estdc

* Added group by support

* Complete implementation

* Minor improvements

* Fixed error messages

* Removed debug statements

* Add tests

* Add functional test

* Update go-hll version

* Remove older version

* Remove non-working Settings button  (#2872)

* Removed non-functional Settings button and related unused code

* fix error

* fix error

* remove .js code of setting-button

---------

Co-authored-by: gaurikarkhile001 <root@GauriKarkhile.localdomain>

* Convert null CValueEnclosure to empty string (#2874)

* Fix dropdown inside panel header overlapping panel body instead of pushing it (#2876)

Co-authored-by: gaurikarkhile001 <root@GauriKarkhile.localdomain>

* Fix pagination issue for stats queries (#2875)

Co-authored-by: Kunal Nawale <knawale@sigscalr.io>

* Fix loki ingestion carry-over for optional fields (#2878)

* Align Verify Connection UI with other Log Ingestion Methods (#2870)

* Align Verify Connection UI with other Log Ingestion Methods

* fix: improve copy button functionality and URL parameters for log ingestion

* upadte node version

* update copy button

* Trigger CI

* copy button is working properly

---------

Co-authored-by: gaurikarkhile001 <root@GauriKarkhile.localdomain>

* mv_to_json fixes (#2873)

* Fix infer types

* Add mv_to_json functionality

* Add unit tests for mv_to_json

* Updated existing tests

* Indentation in functional test

* Remove timestamp from functional test

* Remove one occurrence of timestamp

* UI: Minor Fix (#2881)

* Fix: Mvsort modifies input field (#2879)

* Create a copy if the multivalue is a field

* Add tests

* Formatting issue

* Fix mvzip (#2880)

* Support-SPL-boolean-literal-functions (#2882)

* Added support to grammar

* Fix mv_to_json_array

* Fix eval subcommand tojson

* Get fields properly for bool param

* Remove print debugging

* Removed stray print debug statement

* Fix: Handle Long Descriptions in Saved Queries Table (#2883)

* Fix Long Descriptions Break Table Layout in Saved Queries

* Revert "Fix Long Descriptions Break Table Layout in Saved Queries"

This reverts commit 588ce201cf419b33aaf18e2547e30eac7ee162f1.

* Update Description column to truncate long text with ellipsis

* Unescape quoted strings (#2884)

* UI Fixes for Alert and Contact Screens (#2890)

* Update version.go (#2891)

Signed-off-by: Sonam Gupta <71771131+sonamgupta21@users.noreply.github.com>

---------

Signed-off-by: Sonam Gupta <71771131+sonamgupta21@users.noreply.github.com>
Co-authored-by: Andrew Hess <ahess@sigscalr.io>
Co-authored-by: Tanish Sunilkumar <87906933+t-sunk@users.noreply.github.com>
Co-authored-by: Vaibhav Sharma <yavsvaibhav@gmail.com>
Co-authored-by: Gauri Karkhile <168342898+gaurikarkhile001@users.noreply.github.com>
Co-authored-by: gaurikarkhile001 <root@GauriKarkhile.localdomain>
Co-authored-by: Kunal Nawale <knawale@sigscalr.io>