Skip to content

Commit 0cf281f

Browse files
committed
v3.4.2
1 parent 07727e1 commit 0cf281f

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,23 @@ CHANGELOG.md file for bhoptimer -- https://github.com/shavitush/bhoptimer
22
Note: Dates are UTC+0.
33

44

5+
# v3.4.2 - Long overdue edition (Extended Director's Cut) - 2022-10-17 - rtldg
6+
[`v3.4.1...v3.4.2`](https://github.com/shavitush/bhoptimer/compare/v3.4.1...v3.4.2)
7+
https://github.com/shavitush/bhoptimer/releases/tag/v3.4.2
8+
9+
Bug fix release for v3.4.0 / v3.4.1. See the changelogs here: https://github.com/shavitush/bhoptimer/releases/tag/v3.4.0
10+
https://github.com/shavitush/bhoptimer/releases/tag/v3.4.1
11+
12+
- mark `SteamWorks_SetHTTPRequestAbsoluteTimeoutMS` as optional in `shavit-zones-http` https://github.com/shavitush/bhoptimer/commit/f16b9aa7f3f9f5c19ec4fa1a71109811eaac1b73
13+
- faster mysql query for the deprecate `exact_time_int` stuff (and more migration logging) https://github.com/shavitush/bhoptimer/commit/07727e1db08e1a8047de488d0ebb720ab35b7b55
14+
- the transaction batches turned out to be REALLY slow
15+
16+
17+
518
# v3.4.1 - Long overdue edition (Director's Cut) - 2022-10-16 - rtldg
6-
[`v3.4.0...v3.4.1`](https://github.com/shavitush/bhoptimer/compare/v3.3.2...v3.4.0)
7-
https://github.com/shavitush/bhoptimer/releases/tag/v3.4.0
19+
[`v3.4.0...v3.4.1`](https://github.com/shavitush/bhoptimer/compare/v3.4.0...v3.4.1)
20+
https://github.com/shavitush/bhoptimer/releases/tag/v3.4.1
21+
https://github.com/shavitush/bhoptimer/commit/d0d3c62ff56e64d5909592381e86ab6fe4e36023
822

923
Bug fix release for v3.4.0. See the changelog for v3.4.0 here: https://github.com/shavitush/bhoptimer/releases/tag/v3.4.0
1024

addons/sourcemod/scripting/include/shavit/core.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#endif
2525
#define _shavit_core_included
2626

27-
#define SHAVIT_VERSION "3.4.1"
27+
#define SHAVIT_VERSION "3.4.2"
2828
#define STYLE_LIMIT 256
2929

3030
// god i fucking hate sourcemod. NULL_VECTOR isn't const so it's not guaranteed to be 0,0,0

0 commit comments

Comments
 (0)