Releases
v0.4.0
Features
added function justpassed (ugol )
added function justpassed (ugol )
added functions nowsub and nowadd (ugol )
added functions nowsub and nowadd (ugol )
Bug Fixes
changed ugol to jrnd-io in rpm specfile (ugol )
lint/copylocks : assignment copies lock value #190 (Luca Burgazzoli )
lint/staticcheck : should not use built-in type string as key for context value #190 (Luca Burgazzoli )
lint/staticcheck : printf-style function with dynamic format string and no further arguments should use print-style function instead #190 (Luca Burgazzoli )
lint/staticcheck : this value of is never used #190 (Luca Burgazzoli )
lint/gosimple : should omit nil check; len() for []byte is defined as zero #190 (Luca Burgazzoli )
lint/gosimple : should use b.Bytes() instead of []byte(b.String()) #190 (Luca Burgazzoli )
lint/gosimple : should merge variable declaration with assignment on next line #190 (Luca Burgazzoli )
lint/gosimple : unnecessary assignment to the blank identifier #190 (Luca Burgazzoli )
lint/errcheck : error return value not checked #190 (Luca Burgazzoli )
lint/copyloopvar : the copy of the 'for' variable can be deleted (Go 1.22+) #190 (Luca Burgazzoli )
lint/unconvert : unnecessary conversion #190 (Luca Burgazzoli )
lint/revive : fix exported type to remove package prefix duplication #190 (Luca Burgazzoli )
lint/revive : if block ends with a return statement, so drop this else and outdent its block #190 (Luca Burgazzoli )
lint/revive : if block ends with call to os.Exit function, so drop this else and outdent its block #190 (Luca Burgazzoli )
lint/wastedassign : assigned but reassigned without using the value #190 (Luca Burgazzoli )
lint/stylecheck : should use constant http.StatusMovedPermanently instead of numeric literal 301 #190 (Luca Burgazzoli )
lint/contextcheck : functions should pass the context parameter #190 (Luca Burgazzoli )
lint/gosec : slice index out of range #190 (Luca Burgazzoli )
lint/nestif : complex nested blocks #190 (Luca Burgazzoli )
lint/gosec : use of net/http serve function that has no support for setting timeouts #190 (Luca Burgazzoli )
lint/gocritic : rewrite if-else to switch statement #190 (Luca Burgazzoli )
lint/revive : don't use MixedCaps in package name; mongoDB should be mongodb #190 (Luca Burgazzoli )
error in concat function description (ugol )
Explicitly bind environment variables without the JR_ prefix (JR_SYSTEM_DIR, JR_USER_DIR) (pier )
Documentation
Continuous Integration
bumped to 0.4.0 (ugol )
bumped to 0.4.0 rpm spec (ugol )
Chores
Commits
ddfc339 : First rpm spec file release (Gianni Salinetti) #169
bf69a00 : Merge branch 'jrnd-io:main' into feature/rpm-specfile (Gianni Salinetti) #169
Update snapcraft.yaml to v0.3.9 (ram-pi )
61b9883 : Bump to release v0.3.9 (Gianni Salinetti) #169
937433a : Pass context down to producers (Luca Burgazzoli) #188
e7e6b02 : Merge branch 'main' of github.com:jrnd-io/jr (ugol)
Update snapcraft.yaml to match JR_SYSTEM_DIR (ram-pi )
aab31d2 : Add WASM producer (Luca Burgazzoli) #189
3a78e76 : Merge branch 'main' into wasm (ugo landini) #189
docker support for JR_SYSTEM_DIR (prametta )
fixed bug when using function RandomString and RandomStringVocabulary with min = max (ugol )
9206085 : fix makefile: env XDG_DATA_DIRS is not empty (Efrem Ropelato) #201
d018595 : fix makefile: macOS error invalid signature (Efrem Ropelato) #200
3632be8 : Merge branch 'jrnd-io:main' into main (Efrem Ropelato) #201
2343df4 : add NearbyGPSIntoPolygon function and ctx (Efrem Ropelato) #201
ae35b7e : Added ctx to record the last valid generated point's coordinates (Efrem Ropelato) #201
8c707b7 : clean code (Efrem Ropelato) #201
ad4b68f : improve exit on error for InitGeoJson (Efrem Ropelato) #201
9c91b91 : add predictNextPoint & selectRandomPoint (Efrem Ropelato) #201
9eaefcd : add function nearby_gps_into_polygon_without_start (Efrem Ropelato) #201
2925641 : improve boundingBox's note (Efrem Ropelato) #201
414610d : fix function name (Efrem Ropelato) #201
36db6d9 : fix build (Efrem Ropelato) #201
db63ce7 : remove gospline & rewrite predictNextPoint (Efrem Ropelato) #201
8d6c8d5 : re-add gospline (Efrem Ropelato) #201
b43081d : reset Makefile (Efrem Ropelato) #201
41064df : fix geojson test-file's name (Efrem Ropelato) #201
47acb5a : add emitter for WAMPProducer (Efrem Ropelato) #199
1cc03fc : add WAMP producer (Efrem Ropelato) #199
5037473 : complete & test WAMP producer (Efrem Ropelato) #199
f3d5200 : edit gitignore (Efrem Ropelato) #199
d6d5a40 : reset Makefile (Efrem Ropelato) #199
1ec48dd : clean code (Efrem Ropelato) #199
58ab84b : add WAMP into producer list (Efrem Ropelato) #199
20d2655 : Merge branch 'main' into main (Efrem Ropelato) #199
412f6af : Added function now and format_timestamp (eljeko) #205
4afc724 : Merge branch 'jrnd-io:main' into main (Stefano Linguerri) #205
aae7a06 : Fixed expiration date in cc template (Ugo Landini)
f78ccf0 : fixed expire date (Ugo Landini)
7a98312 : Support containing a '=' in Kafka's config value string (Yunze Xu) #208
d3bdc71 : minor fixes (Ugo Landini)
bca663b : update dependencies (Ugo Landini)
d7feaf2 : added UnixTimeStampMS function (millisecond precision) (Ugo Landini)
8070d06 : added autoregisterschema option (Ugo Landini)
1486c0c : added add64, sub64, div64, mul64, mod64 functions (Ugo Landini)
910902d : added minint64, maxint64 math functions (Ugo Landini)
dea1765 : minor fixes (Ugo Landini)
9829c26 : fixed minint and maxint function descriptions (Ugo Landini)
fd4733d : fixed *64 math function descriptions (Ugo Landini)
c4f3f3f : updated README (Ugo Landini)
ae5ad23 : Update go-mac-m1-release.yml (ugo landini)
492ce18 : Update go-mac-x64-release.yml (ugo landini)
b7f5c55 : Update go-mac.yml (ugo landini)
bd680c8 : Update go-linux.yml (ugo landini)
You can’t perform that action at this time.