Commit Graph

4342 Commits

Author SHA1 Message Date
Adithya Kumar
0c39850aba Run the post release tasks
- Bump package version
- Bump the package version in configure.ac and run autoreconf
- Sync the package version of streamly and streamly-docs
- Add an Unreleased section at the top of changelog file
2023-12-01 15:42:21 +05:30
Harendra Kumar
d5342f62d7 Fix changelog and API changelog URLs 2023-11-29 05:49:11 +05:30
Harendra Kumar
697081c702 Update tutorial using latest API 2023-11-28 16:05:02 +05:30
Harendra Kumar
c1a3948236 Fix broken link in README 2023-11-28 15:51:06 +05:30
Harendra Kumar
089937727d Fix the API changelog URL 2023-11-28 15:44:08 +05:30
Harendra Kumar
a5eb60fed6 Fix the upgrade guide path in package description 2023-11-28 15:32:00 +05:30
Harendra Kumar
84e3e04c69 Add API changelog for streamly-0.10.0 and streamly-core-0.2.0 2023-11-28 14:51:00 +05:30
Harendra Kumar
97c1aba1b7 Update serialization docs 2023-11-28 08:52:04 +05:30
Harendra Kumar
d55d68ab07 Fix build with "dev" flag on 2023-11-28 07:07:28 +05:30
Harendra Kumar
e7992b4626 Add Data.Unbox.* to test-runner targets 2023-11-28 03:36:49 +05:30
Harendra Kumar
c0d3178fa4 Make SerializeConfig opaque 2023-11-28 03:36:49 +05:30
Harendra Kumar
a79caed54d Fix debug check in putSliceUnsafe 2023-11-28 01:49:14 +05:30
Harendra Kumar
6c934ae2d1 Define the cpp macro DEBUG when debug flag is on 2023-11-28 01:49:14 +05:30
Harendra Kumar
76a6db56fe Add debug mode array bound checks to Unbox methods 2023-11-28 01:49:14 +05:30
Harendra Kumar
26e8629ddc Disable failing takeBetween test 2023-11-28 01:46:13 +05:30
Harendra Kumar
99ff010a83 Add deriving examples of all old stream types 2023-11-27 15:50:24 +05:30
Harendra Kumar
d24441b5a3 Update doc of "eager" for clarity 2023-11-27 15:50:24 +05:30
Harendra Kumar
34882302de Add upgrade guide pointer in the package description 2023-11-27 15:50:24 +05:30
Harendra Kumar
2f6b409601 Add a prominent pointer to upgrade guide in README 2023-11-27 15:50:24 +05:30
Harendra Kumar
ec2856cbbd Update the 0.9.0 upgrade guide
Add more details about re-creating the older stream types.
2023-11-27 15:50:24 +05:30
Harendra Kumar
5d9ce6e348 Fold the Zip.Concurrent module in Zip itself 2023-11-27 15:50:24 +05:30
Harendra Kumar
fd93674cec Remove the intermediate Concurrent/Time/Exception modules 2023-11-27 15:50:24 +05:30
Harendra Kumar
58439bc1b0 Move Stream.Exception.Lifted to Stream.Lifted 2023-11-27 08:41:01 +05:30
Harendra Kumar
58feee26b0 Deprecate some old modules 2023-11-27 08:41:01 +05:30
Harendra Kumar
6e89ebbdf2 Consolidate Stream.Concurrent.* modules 2023-11-27 02:57:50 +05:30
Harendra Kumar
3ea7bf24f4 Rename conflicting newChannel in Append/Interleave modules 2023-11-27 02:38:32 +05:30
Harendra Kumar
931eafb88a Update Changelog for 0.10 2023-11-27 02:24:05 +05:30
Harendra Kumar
3f489cf3fa Move common Channel type from Data.Stream to Data 2023-11-27 02:24:05 +05:30
Harendra Kumar
9251eae2d0 Move concatMapDivK to higher level module 2023-11-27 02:11:00 +05:30
Harendra Kumar
a1e1468bc6 Move some lower level modules in IsStream 2023-11-27 02:11:00 +05:30
Harendra Kumar
fa9fa0960e Consolidate SVar internal modules 2023-11-27 02:11:00 +05:30
Harendra Kumar
f432cc36da Collect all internal Unfold modules in one 2023-11-27 02:11:00 +05:30
Harendra Kumar
5c890aee92 Collect all internal Fold modules in one 2023-11-27 02:10:40 +05:30
Harendra Kumar
3f841aadee Rename "bound" to "boundThreads" 2023-11-26 13:01:04 +05:30
Harendra Kumar
0285479816 Update the Fold.Prelude module, export concurrent ops 2023-11-26 12:45:55 +05:30
Harendra Kumar
e6cc89b385 Make some minor changes to Stream.Prelude docs 2023-11-26 12:45:55 +05:30
Harendra Kumar
58648998a9 Change UF.map to fmap 2023-11-26 12:45:55 +05:30
Harendra Kumar
92c716b727 Rename some TCP accept APIs 2023-11-26 12:45:55 +05:30
Harendra Kumar
167ea55a1a Expose "first", "second" from the Unfold module 2023-11-26 12:45:28 +05:30
Harendra Kumar
3fdf183502 Add stream read ops for Array/Handle/Socket/TCP 2023-11-26 12:45:28 +05:30
Harendra Kumar
8b84d54c10 Remove deprecated functions in Socket/TCP
Different functions with same names are to be introduced in the next
release.
2023-11-26 12:45:28 +05:30
Harendra Kumar
21e02eeb01 Remove the deprecated read/readChunks 2023-11-26 02:57:09 +05:30
Harendra Kumar
d4db31c512 Move Serialize.Parser/Stream to Binary.Parser/Stream 2023-11-26 02:52:19 +05:30
Harendra Kumar
8ff75f25df Add a note about buffer overflow check in deserializeAt 2023-11-26 02:42:05 +05:30
Harendra Kumar
ed07663f8c Use cloneSliceUnsafeAs in cloneAs 2023-11-26 02:37:15 +05:30
Harendra Kumar
62c12a685d Add cloneSliceUnsafe to MutByteArray 2023-11-26 02:28:43 +05:30
Harendra Kumar
ec4329d799 Add bounds check in Serialize instance of Array 2023-11-26 02:11:29 +05:30
Harendra Kumar
018a5403ab Rename deserializeUnsafe to deserializeChecked 2023-11-26 01:57:19 +05:30
Harendra Kumar
7fb7d1b77d Improve docs of array modules, pin/unpin ops 2023-11-26 01:57:10 +05:30
Harendra Kumar
13581bfec1 Rename serialize/deserialize/size of Serialize class 2023-11-26 01:57:10 +05:30