You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* preparing for 1.5.4 release
* Float and log processings
* slog fixes
---------
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
Signed-off-by: Anders Swanson <anders.swanson@oracle.com>
Co-authored-by: Anders Swanson <anders.swanson@oracle.com>
Co-authored-by: Anders Swanson <91502735+anders-swanson@users.noreply.github.com>
@@ -510,6 +498,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
510
498
511
499
== Copyright
512
500
Copyright (c) 2015-2020, Tim Heckman
501
+
Copyright 2015 Tim Heckman. All rights reserved.
513
502
Copyright 2018 The Go Authors. All rights reserved.
514
503
Copyright 2018 The Gofrs. All rights reserved.
515
504
Copyright 2019 Tim Heckman. All rights reserved. Use of this source code is
@@ -568,7 +557,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
568
557
------------------
569
558
570
559
Files: gzhttp/*
571
-
SPDX: Apache-2.0
560
+
561
+
SPDX:Apache-2.0
572
562
573
563
------------------
574
564
@@ -782,18 +772,19 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
782
772
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
783
773
SOFTWARE.
784
774
785
-
786
775
The Apache Software License, Version 2.0
787
776
Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
788
777
789
-
SPDX: Apache-2.0
778
+
Licensed under the Apache License, Version 2.0 (the "License"); You may not use this product except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. A copy of the license is also reproduced below. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
779
+
780
+
SPDX:Apache-2.0
790
781
791
782
792
783
== Copyright
793
-
Copyright (c) 2016, 2024, Oracle and/or its affiliates.
784
+
Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
794
785
795
786
== Notices
796
-
Copyright (c) 2016, 2014, Oracle and/or its affiliates.
787
+
Copyright (c) 2016, 2020, Oracle and/or its affiliates.
Copy file name to clipboardexpand all lines: changelog.md
+14-9
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,20 @@
1
1
## Release Notes
2
2
3
+
### Unreleased
4
+
5
+
Our current priorities are support for RAC and mutliple databases (including #84 and #89). We expect to address these in an upcoming release.
6
+
7
+
3
8
### Version 1.5.4, March 3, 2025
4
9
5
-
Our current priorities are support for RAC and mutliple databases (inculding #84 and #89), and intermittent connection issues
6
-
with ADB-S when exporter is run in a container (including #169). We expect to address these in an upcoming release.
10
+
This release includes the following changes:
7
11
8
-
- Fix malloc error (#177)
9
-
- Fix Multiple custom metrics files overwrite one another (#179)
10
-
- Replace go-kit/log with log/slog, due to upstream changes in prometheus/common
11
-
- Add support for additional admin roles, exapnding list of options for `DB_ROILE` to `SYSDBA`, `SYSOPER`, `SYSBACKUP`, `SYSDG`, `SYSKM`, `SYSRAC` and `SYSASM` (#180)
12
+
- Based of this recommendation from [godror](https://github.com/godror/godror?tab=readme-ov-file#pooling), which relates to the two following items, and in discussion with the ODPI-C team, we have introduced additional parameters to allow you to set connection pool parameters, and have set defaults which will avoid fast connect cycling. It is our expectation that a fix may be produced in the underlying ODPI-C library for the underlying issue. In the mean time, these changes will avoid the conditions under which the error can occur.
13
+
- Fix malloc error (#177, #181).
14
+
- Fix intermittent connection issues with ADB-S when exporter is run in a container (#169).
15
+
- Fix Multiple custom metrics files overwrite one another (#179).
16
+
- Replace go-kit/log with log/slog, due to upstream changes in prometheus/common.
17
+
- Add support for additional admin roles, expanding list of options for `DB_ROLE` to `SYSDBA`, `SYSOPER`, `SYSBACKUP`, `SYSDG`, `SYSKM`, `SYSRAC` and `SYSASM` (#180).
12
18
- Updated some third-party dependencies.
13
19
14
20
Thank you to the following people for their suggestions and contributions:
@@ -21,16 +27,15 @@ Thank you to the following people for their suggestions and contributions:
21
27
-[@rlagyu0](https://github.com/rlagyu0)
22
28
-[@Sycri](https://github.com/Sycri)
23
29
30
+
Thank you to [@tgulacsi](https://github.com/tgulacsi) for changes in godror (https://github.com/godror/godror/issues/361, https://github.com/godror/godror/issues/360), and to [@cjbj](https://github.com/cjbj) and [@sudarshan12s](https://github.com/sudarshan12s) for support and guidance from ODPI-C (https://github.com/oracle/odpi).
31
+
24
32
In this release, we also continued some minor code refactoring.
25
33
26
34
### Version 1.5.3, January 28, 2025
27
35
28
36
*Known issue*: This release has a known issue that results in the error message `malloc(): unsorted double linked list corrupted`.
29
37
We recommend staying on 1.5.2 until a new release with a fix is available. We hope to have a fix by early March.
30
38
31
-
Our current priorities are support for RAC and mutliple databases (inculding #84 and #89), and intermittent connection issues
32
-
with ADB-S when exporter is run in a container (including #169). We expect to address these in an upcoming release.
33
-
34
39
This release includes the following changes:
35
40
36
41
- Fix over-zealous supression of errors when `ignorezeroresult = true` (#168).
0 commit comments