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
* Fixed Jar release which was broken when at `3.22.0` depending on the JRE vendor
56
59
57
-
## 3.22.0
60
+
## 3.22.0
58
61
*#473: Qemu upgrade
59
62
60
63
## 3.21.3
61
-
*#496: Fixing aarch binary not building
64
+
*#496: Fixing aarch binary not building
62
65
63
66
## 3.21.2
64
67
*#285, #494: Fixing amd64 static docker image.
@@ -115,15 +118,15 @@
115
118
* Parameters for Remote Solver Circuit Breaker, see #440.
116
119
117
120
## 3.17.3
118
-
* DPS Config module refactoring due #440, see #447
121
+
* DPS Config module refactoring due #440, see #447
119
122
120
123
## 3.17.2
121
124
* Fixing regression, leading with no ipv6 response, see #446
122
125
123
126
## 3.17.1
124
-
* Docker Solver module refactoring, see #444
127
+
* Docker Solver module refactoring, see #444
125
128
126
-
## 3.17.0
129
+
## 3.17.0
127
130
* Feature toggle to turn off Docker Solver Host Machine IP fallback, see #442
128
131
129
132
## 3.16.3
@@ -140,11 +143,11 @@
140
143
141
144
## 3.15
142
145
* Support for AAAA records on Docker container, LocalDB and System solving.
143
-
* AAAA GUI records support
146
+
* AAAA GUI records support
144
147
* DPS Network IPV6 Support
145
148
* Formalize Recursion Available on query responses as DPS supports this feature already, see #392
146
-
* Defined a new process of releasing the stable versions, see "Getting Started -> Release Version Control"
147
-
for more details
149
+
* Defined a new process of releasing the stable versions, see "Getting Started -> Release Version Control"
150
+
for more details
148
151
* Fixed arm64 images stopped being pushed at `3.9`
149
152
* Cache improvement for a concurrent approach synchronized by key
150
153
* Increasing tcp and udp server parallelism from 20 to 50 threads each, threads are created lazily
@@ -177,7 +180,7 @@ for more details
177
180
* Gui interface to clear the cache
178
181
* Created but not documented APIs to get cache size its and values
179
182
* Increased remote solver timeout to 10 seconds to make sure won't get easlily get timeout due to server slowness
180
-
* Ordering interfaces by index when choosing an IP as the machine IP, put loopback at the end of the list.
183
+
* Ordering interfaces by index when choosing an IP as the machine IP, put loopback at the end of the list.
181
184
* Holding TCP open connections up to 2min respecting RFC-1035 section "4.2.2. TCP usage"
182
185
* Fixed too many occurrences of "java.net.SocketException: Socket closed"
183
186
* Limited TCP/UDP Server thread pool up to 20 threads due to control memory usage
@@ -249,15 +252,15 @@ They will separate by comma , DPS will look for each value, try to use it and st
249
252
* When finding network by name must find with the exact name
250
253
251
254
## 3.2.3-beta
252
-
* Fixed docker container wasn't solving from env when the names weren't separated by ` , `
253
-
(spaces before and after the comma were needed)
255
+
* Fixed docker container wasn't solving from env when the names weren't separated by ` , `
256
+
(spaces before and after the comma were needed)
254
257
255
258
## 3.2.2-beta
256
-
* Fixed DPS container was connecting to DPS network with wrong IP
259
+
* Fixed DPS container was connecting to DPS network with wrong IP
257
260
258
261
## 3.2.1-beta
259
262
* Respecting OS to configure as default DNS
260
-
* Other minor fixes
263
+
* Other minor fixes
261
264
262
265
## 3.2.0-beta
263
266
* Better error treating and log formatting
@@ -272,7 +275,7 @@ They will separate by comma , DPS will look for each value, try to use it and st
272
275
273
276
## 3.1.5-beta
274
277
* Fixing UDP binding server to any interface on the machine wasn't working for some clients
275
-
278
+
276
279
## 3.1.4-beta
277
280
* Binding UDP server to any interface on the machine
278
281
* Fallback to 127.0.0.1 interface when the real one is missing
@@ -307,7 +310,7 @@ DPS 3 - Minor fixes
307
310
308
311
## 3.0.1-beta
309
312
* DPS has your code totally refactored by maintaining the previous features, it's a structuring for new features
310
-
See details at [DNS Proxy Server 3 #267](https://github.com/mageddo/dns-proxy-server/issues/267)
313
+
See details at [DNS Proxy Server 3 #267](https://github.com/mageddo/dns-proxy-server/issues/267)
311
314
312
315
## 2.19.0
313
316
* Support for absolute paths on config files (#188)
@@ -339,9 +342,9 @@ DPS 3 - Minor fixes
339
342
* Change log level before try to log something
340
343
341
344
## 2.18.0
342
-
* Feature: Multiple environments, now you can setup a group of hostnames and save it to a environment, then you can
343
-
create a new environment and switch between them, very useful when working on different contexts switching from QA to PROD,
344
-
for example, [see the docs](http://mageddo.github.io/dns-proxy-server/2.18/en/2-features/multiple-environments/)
345
+
* Feature: Multiple environments, now you can setup a group of hostnames and save it to a environment, then you can
346
+
create a new environment and switch between them, very useful when working on different contexts switching from QA to PROD,
347
+
for example, [see the docs](http://mageddo.github.io/dns-proxy-server/2.18/en/2-features/multiple-environments/)
345
348
346
349
## 2.17.4
347
350
* Clearing cache for resolvers when the config file is saved
@@ -365,7 +368,7 @@ for example, [see the docs](http://mageddo.github.io/dns-proxy-server/2.18/en/2-
365
368
## 2.15.0
366
369
* Decreasing chance of acl issues by giving priority to answer ip of bridge networks over overlay ones
367
370
* Now DPS can have your own network this way it can access and be accessed
368
-
by all docker containers, **not** enabled by default [see the docs](http://mageddo.github.io/dns-proxy-server/2.15/en/2-features/dps-network-resolution/)
371
+
by all docker containers, **not** enabled by default [see the docs](http://mageddo.github.io/dns-proxy-server/2.15/en/2-features/dps-network-resolution/)
369
372
370
373
## 2.14.6
371
374
* Fixing ping slowness
@@ -374,13 +377,13 @@ by all docker containers, **not** enabled by default [see the docs](http://maged
374
377
* Fixing docker hub push
375
378
376
379
## 2.14.4
377
-
* Fixing log level wasn't being respected
380
+
* Fixing log level wasn't being respected
378
381
379
382
## 2.14.2
380
383
* Ability to specify remote server port
381
384
* Introducing storage api v2
382
-
* Refactoring the docs to use Hugo templates
383
-
385
+
* Refactoring the docs to use Hugo templates
386
+
384
387
## 2.14.1
385
388
* Fixing nil pointer when remote server get timeout (#126)
386
389
* Simplify bug report
@@ -393,7 +396,7 @@ by all docker containers, **not** enabled by default [see the docs](http://maged
393
396
## 2.13.2
394
397
* Fixing broken answer when hostname is not found
395
398
* Fixing ping slowness
396
-
399
+
397
400
## 2.13.1
398
401
* Make sure value column will not break the table (#116)
399
402
@@ -448,7 +451,7 @@ by all docker containers, **not** enabled by default [see the docs](http://maged
448
451
* Fixing wildcard resolution were not solving main domain to docker container, just the subdomains
449
452
450
453
## 2.5.1
451
-
* Fixing ping slowness, takes more than 10 seconds to respond
454
+
* Fixing ping slowness, takes more than 10 seconds to respond
452
455
453
456
## 2.5.0
454
457
* Migrate to static logging tool
@@ -462,7 +465,7 @@ by all docker containers, **not** enabled by default [see the docs](http://maged
462
465
463
466
## 2.3.3
464
467
* Domains wildcard support
465
-
If you register a hostname with `.` at start, then all subdomains will solve to that container/local storage entry
468
+
If you register a hostname with `.` at start, then all subdomains will solve to that container/local storage entry
466
469
467
470
## 2.2.3
468
471
* Some times container hostname don't get registered at machine startup
@@ -488,16 +491,16 @@ If you register a hostname with `.` at start, then all subdomains will solve to
488
491
* Automating build with Travis
489
492
490
493
## 2.1.1
491
-
* Fix - `Error response from daemon: No such container...` message. see #29
492
-
* Fix - hostname don't get removed when the container has killed. see #26
494
+
* Fix - `Error response from daemon: No such container...` message. see #29
495
+
* Fix - hostname don't get removed when the container has killed. see #26
493
496
494
497
## 2.1.0
495
498
* Turn publish port optional when running as service using docker mode
496
499
497
500
## 2.0.21
498
501
* BugFix - Service stopped of work in normal mode
499
502
500
-
## 2.0.20
503
+
## 2.0.20
501
504
* Support for --version option that shows the current version
502
505
* Docker Compose is not required anymore to run DNS Proxy Server as a docker service
0 commit comments